Suppose $a_1 = 1, a_{n+1} = \sin (a_n).$ Does the series $$\sum_{n=1}^\infty a_n$$ converge?
First of all I got that $\lim_{n \to \infty} a_n = 0$ it's easy. Then I tried using all tests I know (The Cauchy root test, The Ratio test, etc.) and I failed to prove either convergence or divergence. Some of my results: $$\lim_{n \to \infty} \frac{a_{n+1}}{a_n} = 1$$ $$\lim_{n \to \infty} \sqrt[n]{a_n} = 1$$ $$a_{n+1} < a_n$$ So, I don't know what to do. Could you please give me any hints about this problem? Thanks in advance!