I've been trying to work out the solution to this problem. Consider $\forall x \in \mathbb R $ the series $$\sum_{n=1}^{+\infty} \frac{1} {n} \sin(nx) $$ Find the values of $x$ for which the series converge (pointwise, uniformly or absolutely).
My attempt:
It is obvious that for every $x \in \mathbb R $, we have $ \vert \sin(nx) \vert \le 1$, and if we take the points $x=\frac{\pi} {2n}$ our series is exactly the harmonic series and it doesn't pass the Weierstrass M-test. So our series is not absolutely and uniformly convergent (at one time).
Then if we take the points $x=k\pi, k \in \mathbb Z$, our series converges to 0, very easily.
For the other values of $x$, I tried using other common tests, such as ratio and root test (I get the inconclusive 1), and figuring out useful bounds for the sequence, but didn't succeed. I suspect it converges, but I don't know how to go on.
Am I mistaken? Are there any other tests?