I tried using the same trick as $\lim\limits_{n\to\infty}\frac{n!}{n^n}$, where you compare the terms one to one.
$(\frac{1}{n})(\frac{2}{n})(\frac{3}{n})...(\frac{n}{n})\cdot e^n$ = $(\frac{e}{n})(\frac{2e}{n})(\frac{3e}{n})\cdots(\frac{ne}{n})$
I can't really figure out what to do after this. Some of the terms are less than one and some are greater than one. It would be great if someone could lead me in the right direction of what to do here.
$$\lim_{n \to \infty} \frac{n! e^n}{n^n} = \lim_{n \to \infty} \sqrt{2\pi n} \cdot \frac{n^n}{e^n} \cdot \frac{e^n}{n^n}$$
Some clear cancellation happens, leaving the limit for $\sqrt{2 \pi n}$, which is obviously infinite. But I'm not sure if there are conditions we need to verify first before we can do this.
– PrincessEev Oct 10 '19 at 02:58