I have problems finding limits of recursive sequence like: $a_1 = 5$ $a_{n+1} = \frac{(a_n)^2}{10n + 3} + 1$
I know that intuitively the limit will be $1$, since $\frac{(a_n)^2}{10n + 3}$ tends to 0, but I have problems proving that.
Hints would be appreciated.
It should be clear that $a_n >0$ for all n.
Now prove, by induction, that $(a_n)$ is decreasing.
Hence $(a_n)$ is monotonic and bounded and therefore convergent. If $a$ is the limit of $(a_n)$ then $ \frac{(a_n)^2}{10n + 3} + 1 \to 1$ as $n \to \infty$, hence $a_{n+1} \to 1$ as $n \to \infty$.