how I can continue this limit resolution?
The limit is:
$$ \lim_{n \to \infty}{\sqrt[n]{\frac{n!}{n^n}}} $$
This is that I have done:
I apply this test: $ \lim_{n \to \infty}{\sqrt[n]{a_n}} = \frac{a_{n+1}}{a_n} $
Operating and simplifying I arrive to this point: $$ \lim_{n \to \infty}{\frac{n^n}{(n+1)^n}} $$
I've done something wrong? Thanks!
$$\frac{n^n}{(n+1)^n} = \left(\frac{n}{n+1}\right)^n = \left(\frac{1}{\frac{n+1}{n}}\right)^n = \frac{1}{(1+1/n)^n} \to1/e$$ as $n\to\infty$.