Problem :
Show there is $a_n$ such that
$\sum a_n$ converge but $\sum \sin(a_n)$ diverges
or show the $a_n$ doesn't exist.
My Attempt
Since $$|\sin x| \le |x|$$
$a_n$ changes its sign (If $a_n > 0$ or $a_n<0$ for all $n\in\mathbb{N}$, we know $\sum \sin (a_n)$ converge since $\sum a_n$ converge.)
I tried to use a local inverse of $f\colon x \to x - \frac{x^3}{6}$ at $x=0$ because $$\sin x \approx x - \frac{x^3}{6}$$
So I think there is $a_n = f^{-1}(x_n) \quad (x_n \to 0)$ such that
$$\sum a_n<\infty,\quad \sum \sin(a_n) \approx \sum x_n = \infty$$
But I can't construct it, or I was wrong.
So my question is I want to know an example of $a_n$ and how to construct it if $a_n$ exists.
If $a_n$ doesn't exist, I want to know how to prove it.
Thanks for help!
$$\sin(1/n^{1/3}) + \sin(1/n^{1/3}) - \sin(2/n^{1/3}) = 1/n + O(1/n^{5/3}),$$
the sum $\sum \sin a_n$ will diverge by comparison to the harmonic series.
– user994373 Feb 10 '22 at 03:36