How to check if $\sum_{n=1}^\infty \frac 1{n!}$ is converging or diverging by direct comparison test?

74 Views Asked by At

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

I think we may compare it with $\frac{1}{n^n}$, and say that $\frac{1}{n!}>\frac{1}{n^n}$. But I am not sure of the convergence or divergence of $\frac{1}{n^n}$ itself, so this turns out to be useless.

What other way is there?

2

There are 2 best solutions below

0
On BEST ANSWER

Compare it to $\dfrac{1}{n^2}$

and for $n\ge4$, we have $$\dfrac{1}{n!}<\dfrac{1}{n^2}$$

0
On

hint

By induction, you can prove that for $$n\ge 1, \;\; n!\ge 2^{n-1}$$

thus $$\frac{1}{n!}\le \frac{1}{2^{n-1}}$$