I am asked to show that the series below converges:
$$\sum_{n=1}^{\infty} \left(1 + \frac{(-1)^n-3}{n}\right)^{n^2}$$
I am not very well versed on this subject and I believe I have found a valid proof, but I am not sure.
Side note, for my proof I used what I call Cauchy's criterion [not sure if this is standard terminology]:
Cauchy's criterion: Let $\{x_n\}$ be a succession with $x_n \geq 0$. If $\limsup_{n \to \infty} \sqrt[n]{x_n} < 1$ then $\sum x_n$ converges. If $\limsup_{n \to \infty} \sqrt[n]{x_n} > 1$ then $\sum x_n$ diverges.
Using that criterion, we calculate the $\limsup$ of the general term:
$$\limsup_{n \to \infty} \sqrt[n]{\left(1 + \frac{(-1)^n - 3}{n}\right)^{n^2}} = \limsup_{n \to \infty} \left(1 + \frac{(-1)^n - 3}{n}\right)^n =\\ \lim_{n \to \infty} \left(1 + \frac{1 - 3}{n}\right)^n = \lim_{n \to \infty} \left(1 + \frac{-2}{n}\right)^n = e^{-2} < 1$$
The only doubt I have is when calculating the $\limsup$ part, because I was only introduced to it today. If I got it right, the $\limsup$ of a succession can be evaluated by taking the limit of the greatest sub-succession of the original succession.
Is my proof correct/did I calculate the $\limsup$ correctly?
Thanks for your time.