What happens when checking for power of convergence, the limit does not exist? I have this problem $(1+\frac{(-1)^n}n)^{n^2}\cdot\frac{(2x+1)^n}{n}$
If I try Cauchy's root test, I get the following
$\lim: \lim_{n\to 0} (1+\frac{(-1)^n}n)^{n}\frac{|2x+1|}{^n\sqrt{n}}$
The problem is that the limit does not exist, as appraoching $n$ with the sequence $2k+1$ or $2k$ yields different results.
However according to wolfram-alpha, it exists and [equals one](http://www.wolframalpha.com/input/?i=lim+as+n+approaches+infinity+(1%2B(-1)%5En%2Fn)%5En)!
So, the question is, does the limit exist and it equals one? or does it not exist at all? and moreover, what happens when the limit does not exist in Cauchy's test? if it does not, how do I solve the question?