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!
$$n^3-1 > \frac{n^3}2$$
$$\frac1{\sqrt{n^3-1}}<\sqrt{\frac{2}{n^3}}$$
$$\sum_{n=3}^\infty\frac6{\sqrt{n^3-1}}<\sum_{n=3}^\infty\frac{6\sqrt2}{n^{3/2}}$$