![]() |
Python
1.0
|
Evaluating the limit of a sequence. More...
Functions | |
def | seq (k) |
Finds the limit of the sequence: More... | |
def | main () |
Evaluating the limit of a sequence.
def seq.main | ( | ) |
References _01d_dec2bin.input.
def seq.seq | ( | k | ) |
Finds the limit of the sequence:
\begin{eqnarray*} a_0 &=& \sqrt{k},\ k > 0 \\ a_{n+1} &=& \sqrt{k+a_n}. \end{eqnarray*}
k | a positive integer. |