How would you prove convergence/divergence of the following series?
$$\sum_{n\ge0} \sin (\pi \sqrt{n^2+n+1}) $$
I'm interested in more ways of proving convergence/divergence for this series.
My thoughts
Let $$u_{n}= \sin (\pi \sqrt{n^2+n+1})$$ trying to bound $$|u_n|\leq |\sin(\pi(n+1) )| $$ since $n^2+n+1\leq n^2+2n+1$ and $\sin$ is decreasing in $(0,\dfrac{\pi}{2} )$
$$\sum_{n\ge0}|u_n|\leq \sum_{n\ge0}|\sin(\pi(n+1) )|$$ or $|\sin(\pi(n+1) )|=0\quad \forall n\in \mathbb{N}$ then $\sum_{n\ge0}|\sin(\pi(n+1) )|=0$ thus $\sum_{n\ge0} u_n$ is converge absolutely then is converget
any help would be appreciated