I'm looking at a problem that follows:
Test if $$\sum_{n=1}^\infty \frac{n^6+n^2}{n^7+3}$$ converges or diverges. I think I have a proof but it seems a bit awkward. You take out the 3 in the denominator and factor the numerator to get $$\sum_{n=1}^\infty \frac{n^6+n^2}{n^7+3} < \sum_{n=1}^\infty \frac{n^2(n^2+1)}{n^7} = \sum_{n=1}^\infty \frac{n^2+1}{n^5}$$ and replace 1 with $n^2$ and thus $$\sum_{n=1}^\infty \frac{n^2+1}{n^5} < \sum_{n=1}^\infty \frac{2n^2}{n^5}$$ which holds for all $n > 1$ and then after cancelling, you can replace 2 with $n$ to get $$\sum_{n=1}^\infty \frac{n}{n^3}$$ which will hold for all $n > 2$ and since that is equal to $\frac{1}{n^2}$, it converges.
Is this proof valid? It seems I've either done too much work to prove this or I am missing some steps.
Use the Limit Comparison Test: compare the given series with $\sum\limits_{n=1}^\infty \frac{1}{n}$.