4

I showed that, by a combination of the root test and Stirling's approximation, the series $$\sum \frac{n^n}{n!}$$ converges (the ratio test is inconclusive.) However a solution that I am comparing my work to claims the series diverges.

Who is right?

Thanks,

1 Answers1

2

This series does indeed diverge. One way to see this is that, for all $n>1$ we know that $$n^n>n!$$ This is obvious to see because $n^n$ is the product of $n$ terms that are equal to $n$ while $n!$ is the product of $n$ terms that are $\le n$. Because of this, this series is essentially adding infinite terms that are $\ge 1$, which obviously diverges to $\infty$.

Will Fisher
  • 5,112
  • Very nice intuitive answer - earlier I proved this fact using induction, which wasn't hard. But now I see that there's an even easier observation from your approach. Thanks so much @WillFischer :-) – User001 Dec 25 '15 at 01:26