2

Is the following series convergent?

$$\sum_{n=1}^{\infty}\frac{e^n\,n!}{n^n}$$

I treid the Ratio and Root tests, but both of them failed.

S.C.B.
  • 22,768

1 Answers1

6

No, your series is not convergent. Note that $$e^{n}=\sum_{k=0}^{\infty} \frac{n^k}{k!}>\frac{n^{n}}{n!} \implies e^{n}>\frac{n^{n}}{n!}$$ From the series expansion of $e^x$. Multiplying $\dfrac{n!}{n^n}$ on each side, we have that $$\frac{n!e^n}{n^n}>1 $$ Thus, by comparison test we have that the series diverges.

S.C.B.
  • 22,768