I want to prove that: $$ \sum \left(\frac{k-2}{k}\right)^k$$ is divergent.
My approach would be to look at the limit of general term and notice that this goes to $e^{-2}$. How would I prove this? I have been trying to rearrange the term like:
$$\left(\frac{k-2 +2}{k-2}\right)^{-k}=\left(1+\frac{2}{k-2}\right)^{-k}$$ But I do not see how to get the "square" in the exponent too.
I want to use the fact that $(1+ \frac{1}{n})^n \rightarrow e$
$$ \left(\frac k {k-2}\right)^k = \left(1 + \frac 2{k-2}\right)^{k-2} \left(1 + \frac 2{k-2}\right)^2 = \left(\left(1 + \frac 1{(k-2)/2}\right)^{(k-2)/2}\right)^{\color{red}2} \left(1 + \frac 2{k-2}\right)^2 $$ then taking the reciprocal.
UPDATE
If you want to use $\lim_n (1+1/n)^n = \mathrm e$ only, we actually need to justify that $$ \lim_n \left(1 + \frac 2n\right)^n = \mathrm e^2. $$ To do this, note that $$ b_n = \left(1 +\frac 1 n\right)^{2n} = \left(1 + \frac 2n + \frac 1{n^2}\right)^n = \left(\frac {1+2n +n^2}{n^2}\right)^n \xrightarrow{n \to +\infty} \mathrm e^2, $$ while $$ a_n =\left(1 + \frac 2n\right)^n = \left(\frac {2+n}{n}\right)^n = \left(\frac {n^2+2n}{n^2}\right), $$ and $$ 1 \leqslant \frac {b_n}{a_n} = \left(\frac {1+2n+n^2}{n^2+2n}\right)^n = \left(1+\frac 1{n^2+2n}\right)^n = \left( \left(1 + \frac 1{n^2+2n}\right)^{n(n+2)}\right)^{1/(n+2)} \leqslant \mathrm e^{1/(n+2)} \xrightarrow{n\to +\infty} 1, $$ thus $\lim_n b_n/a_n = 1$ by squeezing theorem. Since $\lim_n b_n = \mathrm e^2$, using the arithmetic operation we have $$ \lim_n a_n =\left. \lim_n b_n \middle/ \lim_n \frac {b_n}{a_n} \right. = \mathrm e^2, $$ as we desire.