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!