I am trying to to show that the following series converges using the Comparison Test:
$\sum_{n=3}^\infty \frac{3\sqrt{n+1}}{\sqrt{n^4\log{n}+n\sin{n}+5}}$
So far, I have the following:
$0<\sum_{n=3}^\infty \frac{3\sqrt{n+1}}{\sqrt{n^4\log{n}+n\sin{n}+5}} < \sum_{n=3}^\infty \frac{3\sqrt{4n}}{\sqrt{n^4-n}} = \sum_{n=3}^\infty \frac{6}{\sqrt{n^3-1}}$
It is probably very obvious, but how does one deal with the $-1$ in the denominator to be able to get to the following?
$...<\sum_{n=3}^\infty \frac{k}{n^{3/2}}$
Thanks in advance!