I'm trying to find the limit of $a_n = \left(1-\frac{1}{n^2}\right)^n$ for $n \rightarrow \infty$.
It seems that the limit is $1$, since $a_n = 0.999...$ for large $n$. The presentation $a_n = \frac{(n^2-1)^n}{n^{2n}}$ and expanding was my first idea, but I couldn't get the result from there. Any ideas?