A sequence is defined as $a_{n+1}=1+\frac{1}{a_n}$ for $n \ge 1$ with $a_{1}=1$
Will it converge and to what limit?
I found that the hint given in the book is that interpret each term $a_n=\frac{F_{n+1}}{F_n}$ where $F_{n}$ is the $n$ th Fibonacci number.
But I would be highly obliged if anyone poses a general approach towards this problem.
Also, I can show that $a_n$ is bounded above by $2$ and below by $1$..So, for the limit to exist all we need to show is that the sequence is monotonic, but I am not sure how to show this.