Stumped on this absolute convergence problem!
(Converge conditionally, absolutely, or diverges)
$$\sum_{n=1}^\infty \frac{(-1)^n n^2}{(n+3)^2} $$
First, I tested for absolute convergence, and the fraction reduced to $\frac{n^2}{n^2}=1$ .....So, it does not converge absolutely.
Next, to use the alternating series test on the original series, you need to make sure the magnitude of the terms are decreasing. Well, they are not:
$$\sum_{n=1}^\infty \frac{(-1)^n n^2}{(n+3)^2} = -\frac{1}{16} + \frac{4}{25} - \frac{9}{36} + .....$$
So, without using the alternating series test, how do I determine if the orig. series converges or diverges?