I need to prove convergence of the series. $$ \sum_{n=1}^{\infty}a_n,\ \ a_n=\frac{\sin^3\left(\frac{\pi n}{n+5}\right)}{\sqrt{n^2+n}-n} $$
Well, at first I noticed that $\forall n\in\mathbb{N}\ a_n>0$: $$ \left. \begin{aligned} &0<\frac{\pi n}{n+5}<\pi\Rightarrow\sin^3\left(\frac{\pi n}{n+5}\right)>0\\ &\sqrt{n^2+n}>n\Rightarrow\sqrt{n^2+n}-n>0 \end{aligned} \right\}\Rightarrow a_n>0 $$ So, then I tried to apply comparison test to this series. However, it was not helpful since no matter how I bounded $\sin^3\left(\frac{\pi n}{n+5}\right)$, I could not find $b_n\geqslant a_n:\sum_{n=1}^{\infty}b_n$ is convergent.
Thus, I would be glad if someone could give me some clue to this problem.
Hint: $\sin (\frac {\pi n} {n+5})=\sin (\pi -\frac {\pi n} {n+5})=\sin (\frac {5\pi } {n+5})$ and $|\sin (\frac {5\pi } {n+5})| \leq \frac {5\pi } {n+5}$. Now compare the sreies with $\sum \frac 1 {n^{3}}$.