So I was working on this problem and I got diverge, since my answer was greater than 1. The Limit was > 1, using the root test.
$$\sum\limits_{n=4}^\infty (1 +\frac{1}{n})^{-n^2}$$
I ended up with
$(1+ \frac{1}{n})^{-n}$ as the limit $n$ approaches $\infty$
Using the root test. I would assume that would be diverging, but apparently it's converge. Let me know what I did wrong.
Recall that if $\lim_{n\to\infty} a_n = L$, and $L \neq 0$, then $$\lim_{n\to\infty} \frac{1}{a_n} = \frac1L$$ We know that $$\lim_{n\to\infty} \left(1+\frac1n \right)^n = e$$ by L'Hôpital's rule. So $$\lim_{n\to\infty} \frac{1}{(1+1/n)^n} = 1/e < 1$$ So by the root test, the sum converges.