Find the nature of $\sum_{n = 1}^\infty \frac{1! + 2! + \cdots + n!}{(n + 2)!}$

88 Views Asked by At

I need to find whether the following series converges or diverges: $$\sum_{n = 1}^\infty \frac{1! + 2! + \cdots + n!}{(n + 2)!}$$

I've plotted the graph of this series using Desmos and it seems to converge. So I tried finding a series with bigger terms that converges but I couldn't find one… Can you help me, please?

2

There are 2 best solutions below

3
On BEST ANSWER

Hint: Note that $$ 1 \le \frac{1}{{n!}}\sum\limits_{k = 1}^n {k!} = \frac{1}{{n!}}\left( {n! + \sum\limits_{k = 1}^{n - 1} {k!} } \right) \le \frac{1}{{n!}}\left( {n! + (n - 1)(n - 1)!} \right) \le \frac{1}{{n!}}(n! + n!) = 2 $$ for all $n\geq 1$.

2
On

We have that $\sum_{k=1}^{n} k! \sim n!$ and therefore

$$\frac{1! + 2! + \cdots + n!}{(n + 2)!} \sim \frac{n!}{(n+2)!}=\frac{1}{(n+2)(n+1)}$$

therefore the given series converges by limit comparison test.

Refer to the related