How do you show that $\sum_{n=0}^\infty\frac1{n!(n+2)}=1$?

317 Views Asked by At

I've been trying to understand the result of this sum: $$\sum_{n=0}^\infty\frac1{n!(n+2)}=\frac12+\frac13+\frac18+\frac1{30}+\frac1{144}+\dots=1$$ Could you show me how to obtain 1 as result?

2

There are 2 best solutions below

0
On BEST ANSWER

HINT:

Note that we can write

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

2
On

Hint Let $f(x)=\sum_{n=0}^\infty \frac{x^n}{n!}=\exp(x)$. Note that $$ \sum_{n=0}^\infty\frac{1}{n!(n+2)}=\sum_{n=0}^\infty\frac{1}{n!}\int_{0}^1x^{n+1}\, dx=\int_{0}^1\sum _{n=0}^\infty\frac{x^{n+1}}{n!}\, dx=\int_{0}^1x\exp(x)\, dx. $$ Assumes knowledge of calculus.