I want to prove that $\sum\limits^{\infty}_{n=1} \frac {2^n} {n^n}$ is convergent. Therefore I want to use that it will be convergent if $\lim\limits_{n \to \infty}|\frac {2^{n+1}} {n^n}| < 1$ is true.
But I am not sure if all of my steps are legal to do in order to do it. Here is what I came up with:
$$\lim_{n \to \infty}|\frac {2^{n+1}} {n^n}| < 1$$ $$\lim_{n \to \infty}|\frac {\sqrt[n]{2^{n}} \sqrt[n]{2}} {\sqrt[n]{n^n}}| < \sqrt[n]1$$ $$\lim_{n \to \infty} \frac {2 \sqrt[n]2} {n} < 1$$ $$0<1$$
$\Rightarrow$ It is true.