Prove that the series diverges: $$\sum_{n=1}^\infty \frac{e^nn!}{n^n}$$
I've tried using the ratio test but after all of my calculations I got that $\lim_{x\to\infty}\frac{a_{n+1}}{a_n} = 1$, which I can conclude nothing from.
The root test gave me the same result: $\lim_{x\to\infty}\sqrt[n]{a_n} = 1$
I'm instructed to first try and use Bernoulli's inequality to prove that the sequence $b_n = (1 + \frac{1}{n})^n$ is monotonically increasing.
I tried to follow the instructions, and I got that for each $n\geq1$, $b_n\geq2$. From here, I can conclude that the series $\sum_{n=1}^\infty b_n$ diverges.
from here, I've tried using the limit comparison test for non-negative series and the furthest I got was to the limit: $\lim_{x\to\infty} \frac{e^nn!}{(n+1)^n}$. I can't figure how to simplify that expression any more.
I'm really frustrated as I know I'm missing some minor yet important detail. I feel as though I've done anything I know and implemented any sort of test I've learned until now, with no results. Also, I can't really understand the direction the textbook wanted me to go as for using Bernoulli's inequality. Also, I am not allowed to use Sterling's approximation as I haven't learned nor proved it.
Any sort of help is greatly appreciated!