0

I am doing an exercise where I have to consider the radius and interval of convergence of a series of functions. I found one endpoint to be $e/2$ and I now need to consider whether or not the following sum diverges. $$\sum_{k=1}^\infty \frac{e^kk!}{k^k}$$


I have found from calculators that it diverges but I do not know how to prove this.

Cauchy's ratiotest is inconclusive, as it gives the value 1.

Any help?

2 Answers2

6

If you expand $e^k$ you will find a term $\cfrac {k^k}{k!}$ and all other terms are positive.

Mark Bennet
  • 100,194
2

Stirling's approximation tells us $n! = \sqrt{2 \pi n}\frac{n^n}{e^n} (1+ O(1/n))$.

Now, plug this into the summand and see what it behaves like.

Batman
  • 19,390