tnutty
- 324
- 1
Homework Statement
Determine whether the series converges or diverges.
\sum\frac{37}{n!}
I will just forget about the 37, and think of it as \sum\frac{1}{n!}
I can try to decompose the n!
n! = n(n-1)!
n! = n ( n-1) (n-2)!
n! = n(n-1)(n-2)(n-3)...2*1
so \sum\frac{1}{n!} = \sum\frac{1}{n(n-1)!}
=
\frac{1}{n} *\frac{1}{(n-1)!}
since 1/n is a p-series and diverges so does the series.
Is this right ?