How to prove the following series is divergent: $$ \sum_{n=1}^{\infty} \frac{1}{n} \sin(\ln n)\ ? $$
What I was thinking is, since $\sum\limits_{n=1}^{\infty} \frac{1}{n}$ diverges, $\sin$ is periodical and $(\ln (n+p)-\ln n)$ converges to $0$ when $n$ goes to infinity for every $p$, maybe I can look for a sum of partial terms within some $(2k\pi, 2k\pi + \pi)$ to be greater than a fixed $\epsilon$. But when it comes to the detail, it troubles me. Any hint?
Since it seems that everyone feels compelled to rush to the comparison with an integral, let us present a simpler, low-tech, proof (which, additionally, is the OP's idea).
Start with the elementary fact that $$\sin(\log n)\geqslant\frac12$$ for every $n$ such that $a_k\leqslant n\leqslant b_k$ for some $k$, with $$a_k=\lceil e^{2k\pi+\pi/6}\rceil\qquad b_k=\lfloor e^{2k\pi+5\pi/6}\rfloor$$ Thus, the slice of the series from $a_k$ to $b_k$ can be lower bounded as follows: $$\sum_{n=a_k}^{b_k}\frac1n\sin(\log n)\geqslant\frac12\sum_{n=a_k}^{b_k}\frac1n\geqslant\frac12(b_k-a_k+1)\frac1{b_k}$$ Since $a_k\to\infty$ and the RHS above converges to $$\frac12(1-e^{-2\pi/3})\ne0$$ the series of interest diverges.