First you should try to analyze the series to see what you expect and that often gives some insight into how to do the problem
We have a ratio of polynomials; the top is of the order of n^4 and the bottom of n^5.
But 4^2/n^5 = 1/n and we know that the series summation 1/n diverges (harmonic series). So we expect our series to behave like the harmonic series and diverge; further this suggests we try to compare our series to the harmonic series to prove divergence.
(another way to see the above that might be simplier to you is to note that for very large n, the top is essentially only n^4; and again, when n is very large, the n^5 on the bottom is much greater than the n^4-n^3...-1, so the bottom is approx n^5 for large n. Thus our series is approx n^2/n^3 which = 1/n and summation 1/n diverges)
The inequalitites I used are standard tricks: to make a polynomial larger, replace each term with the highest power; to make it smaller, try half the highest power term)
You could also do this problem with the limit comparison test- using 1/n to compare
Have fun with series..
