Consider the following series generated by recursive function: $$a_{n+1}=\sin a_n$$
Apparently, $a_n$ is infinitesimal.
Apply Stolz Theorem to $\displaystyle\lim_{n\to\infty}\frac{n}{1/a_n}$, we can get: $$a_n\sim\sqrt{\frac{1}{3n}}$$
If we want to estimate it more accurately, such as: (This result is only for clearer description, not correct) $$a_n=\sqrt{\frac{1}{3n}}+\frac1n\sqrt{\frac{1}{n}}+o\left(\frac1n\sqrt{\frac{1}{n}}\right)$$
The step (Stolz) cannot continue.
What other methods can be used for this issue?