I am trying to find out whether the following series is convergent or divergent. I already tried the Root test and the Ratio test and all of them are inconclusive.
$$\sum_{n\geq1} \frac{n^n}{e^n * n!}$$
I also have a hint from my teacher that says
$$\lim_{n\to\infty}n(e - (1 + \frac{1}{n})^n) = \frac{e}{2} $$
Thank you!
I managed to solve it myself. it's quite easy. We just have to use the Raabe's Test. By this, let $$R_n=n(\frac{x_{n}}{x_{n + 1}} - 1)$$ Where $$x_n = \frac{n^n}{e^n+n!}$$ $$\frac{x_{n + 1}}{x_{n}} = \frac{1}{e}(1 + \frac{1}{n})^n$$ $$\frac{x_{n}}{x_{n + 1}} = \frac{e}{(1 + \frac{1}{n})^n}$$ $$R_n = n(\frac{e}{(1 + \frac{1}{n})^n} - 1) = \frac{n(e - (1 + \frac{1}{n}^n)^n}{(1 + \frac{1}{n})^n}$$
We know by the hint that the numerator of $R_n$ tends to $\frac{e}{2}$ and the denominator tends to $e$. Thank gives us that $$\lim_{n\to\infty}R_n = \frac{1}{2}$$ Because $\lim_{n\to\infty}R_n \lt 0$, we conclude that the series $\sum_{x_n}$ is $divergent$.
The Kelenner's answer is too complex for me and this approach seems easier.