Let $a_{n+1} = \sin{a_n}$ and $a_0 = 1$. Does the series $\displaystyle \sum_{i=0}^\infty a_i$ converge?
Here is my solution.
Let's prove by induction, that $a_n > \frac{1}{n}$.
We see that $\sin{(1)} > \frac{1}{2}$.
Suppose, that $a_n > \frac{1}{n}$. Then:
$$\underbrace{\sin{\sin{(...\sin{(1)}...)}} )}_\text{$n+1$ sines}\ ?\ \frac{1}{n+1}$$
$$\underbrace{\sin{\sin{(...\sin{(1)}...)}} )}_\text{$n$ sines}\ ?\ \mbox{arcsin}(\frac{1}{n+1})$$
If $\mbox{arcsin}(\frac{1}{n+1}) < \frac{1}{n}$ (becuase left part is bigger then it by induction hypothesis) then we are done. And it really is, because $\sin{\frac{1}{n}} > \frac{1}{n+1} \Leftrightarrow \frac{1}{n} - \frac{1}{n^33!} > \frac{1}{n+1}$ (here I used Teylor expansion for sine).
As $a_n > \frac{1}{n}$ our series is divergent by comparison test.
Is my reasoning correct?