Given is a sequence with:
$(a_0)=1$, $(a_1=1)$, $a_{n+2}=\frac{1+a_{n+1}}{a_n}$
I now have to show what the accumulation points are:
I guess that the sequence is jumping from number to number like this: 1->1->2->3->2->1->1->2..
So the acc.points should indeed be "1, 2 and 3".
Is this correct? If yes, how can I 'show' this? Furthermore: Is there any way to build some subsequence of $a_n$ that converges against "1, 2 and 3" ?
Thank you :)