Series: $\Sigma n!/n^n$ - Why Does it Converge?

  • Thread starter Thread starter badirishluck
  • Start date Start date
  • Tags Tags
    Series
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
badirishluck
Messages
6
Reaction score
0

Homework Statement


[tex]\Sigma[/tex]n!/n^n

index n=1 to infinity


Homework Equations





The Attempt at a Solution


Using the Ratio test (limit as n goes to infinity of a[tex]_{n+1}[/tex]/a[tex]_{n}[/tex])
and found that the series converges.

However, I thought that factorials grew faster than exponential functions. Therefore, it would diverge, right?

Could someone explain why? Did I just do something wrong?
 
Physics news on Phys.org
Exponents of the form n^n grows much faster than factorials of the form (n!) because the factorial is a multiplication of n terms, the majority of which are less than n, and the power is a multiplication of n terms, all of which are equal to n.
 
Factorials don't grow faster than exponentials of the sort you're working with. Just think about it: n! = 1 * 2 * 3 * ... * n. You have n factors, of which the largest is n.
n^n = n * n * n * ... * n. Here you have n factors, all of which are n. Clearly this exponental is larger than the factorial above.