I've done these two proves:
$\left(\frac{\sqrt[n]{n!}}{n}\right)_{n}\rightarrow \frac{1}{e}$
$\left(\frac{\sqrt[n+1]{(n+1)!}}{\sqrt[n]{n!}}-1 \right)_{n} \rightarrow 0$
And now I've to prove this statement, using the previous statements if are necessary:
$\left(\frac{\sqrt[n+1]{(n+1)!}}{\sqrt[n]{n!}} \right)_{n}^{n}\rightarrow e$
All I could done to solve the limit is transformate the expression in this way: $e^{lim_{n \to \infty} n\left(\frac{\sqrt[n+1]{(n+1)!}}{\sqrt[n]{n!}}\right)}$ and theoretically the limit of the exponent has to be 1, but I dont't know how to continue to prove it.
Thanks in advance.
Alternatively, by (a weak) Stirling approximation, as $n \to \infty$, $$ \ln n!=n\ln n-n+O(\ln n) $$ one may write, as $n \to \infty$, $$ \begin{align} \left(\frac{\sqrt[n+1]{(n+1)!}}{\sqrt[n]{n!}} \right)^{n}&=\left(\frac{\sqrt[n]{n+1}\times\sqrt[n+1]{(n+1)!}}{\sqrt[n]{(n+1)!}} \right)^{n} \\\\&=(n+1)\times ((n+1)!)^{-\frac1{n+1}} \\\\&=e^{\ln(n+1)}\times e^{\large-\frac{\ln[(n+1)!]}{n+1}} \\\\&=e^{\ln(n+1)}\times e^{\large-\ln(n+1)+1+O\big(\frac{\ln n}n\big)} \\\\&=e\times e^{O\big(\frac{\ln n}n\big)} \\\\& \to e \end{align} $$ as expected.