I'm working on some calculus exercises and came across this one. It is familiar yet not the same as the $\mathcal e$ one. The question states:
Given $X_0 = 1$ and $X_{n+1} = 1+\frac{1}{X_n}$, for $n \geq 0$.
Show that it converges and find its limit.
So I tried to approach this by looking at its behave. Does $\frac{1}{X_n}$ converge to $0$ ? But it's not trivial answer. I also tried to look at $X_{n+1} $ expressed as a function of $X_0$ but was hard to see if I could simplify it in one-line formula. Any ideas?