The problem is to find the limit
$$\lim_{n\to\infty} \frac{n!e^n}{n^n}.$$
My first idea was reorder terms: $$\lim_{n\to\infty}\frac{n!e^n}{n^n}=\lim_{n\to\infty} n!\left(\frac{e}{n}\right)^n$$ with the indeterminate form $\infty \cdot 0$. Reordering terms: $$\lim_{n\to\infty} \frac {\left(\frac{e}{n}\right)^n}{1/n!}$$ with the form $0/0$. Can I apply L'Hopital's rule to evaluate the limit? Using WolframAlpha, the answer is that the limit don't exist ($\infty$): https://www.wolframalpha.com/input?i=limit+x-%3E+inf+%28x%21e%5Ex%2Fx%5Ex%29, but i can't find the way to find this answer!!
The limit can simply be evaluated using Stirling's fomula. About this fomula, you can see Section 8.22 of Baby Rudin.
Since $\frac{\Gamma\left(x+1\right)}{\left(x/e\right)^x\sqrt{2\pi x}}\to 1$ as $x\to \infty$, note that $\Gamma\left(n+1\right)=n!$ when $n\in\mathbb{N}$, obviously the limit in your problem is $\infty$.