I had a standard problem in my textbook which was to determine the convergence of $\sum _{n=2}^\infty\frac{n^3+1}{n^4-1}$. To determine whether the series is convergent or not the standard solution seems to be the comparison test:
$$\sum _{n=2}^\infty\frac{n^3}{n^4} \le \sum _{n=2}^\infty\frac{n^3+1}{n^4-1}$$
The series on the left is equal to $\sum _{n=2}^\infty\frac{1}{n}$ which divergence I may asssume due to the so-called p-series test. It follows that the series on the right must also be divergent by the comparison test.
However, I started wondering what if I had to determine convergence/divergence of a similar series:
$$\sum _{n=2}^\infty\frac{n^3-1}{n^4+1}$$
Notice the switched plus and minus signs. Now I intuitively see that the series is supposed to diverge as well but I can't apply the comparison test as I did before. What then is the easiest way to prove it? I tried the ratio test but the result is 1 which is inconclusive.
For example: since $\;2n^7-2n^4\ge n^7+n^3\;$ (Can you prove this? It is true for $\;n\ge2\;$) , we get
$$\frac{n^3-1}{n^4+1}\ge\frac{n^3}{2n^4}=\frac1{2n}$$
so again by comparison out series diverges.