I have The following non linear recursive sequence:
$R_{n+1}=R_{n}+\frac{1}{R_n}$, where $R_1=1$.
How do I find a closed-form function for this sequence, is it possible?
I have The following non linear recursive sequence:
$R_{n+1}=R_{n}+\frac{1}{R_n}$, where $R_1=1$.
How do I find a closed-form function for this sequence, is it possible?
On
I don't think that this has a non-recursive closed form, but it is the same as the fractional chromatic number of the of the Mycielski graph. See A073833 and A073834 on the OEIS for the numerators and denominators of this sequence, respectively.
May help you: I tried a Matlab program
Put $N$ various number, $r_{1000}=44.7569$. It seems to be divergent...