Summation of series

92 Views Asked by At

If the sum $$\sum_{n=0}^{2011} \frac{n+2}{n!+(n+1)!+(n+2)!}$$ can be written as $$\frac{1}{2} - \frac{1}{a!}$$find the last three digits of a.

I have reduced the given expression to $$\frac{1}{(n+2)(n)!}$$ and I think I will have to use the method of differences but I don't know how to proceed. Any help would be appreciated.

2

There are 2 best solutions below

2
On BEST ANSWER

Hint: $$\frac1{(n+k)!}-\frac1{(n+k+1)!}=\frac{n+k}{(n+k+1)!}=\frac1{(n+k+1)(n+k-1)!}\ .$$

0
On

$$\begin{align} \sum_{n=0}^{2011} \frac{n+2}{n!+(n+1)!+(n+2)!} &=\sum_{n=0}^{2011}\frac{1}{(n+2)(n)!} \\ &=\sum_{n=0}^{2011}\frac{n+1}{(n+2)!}\\ &=\sum_{n=0}^{2011}\frac 1{(n+1)!}-\frac 1{(n+2)!}\\ &=\sum_{n=0}^{2011}\frac 1{(n+1)!}-\sum_{n=1}^{2012}\frac 1{(n+1)!}\\ &=\frac 1{(0+1)!}-\frac 1{(2012+1)!}\\ &=1-\frac 1{2013!} \end{align}$$

NB - if the sum is taken from $n=1$ instead of $n=0$, then the result becomes $$\frac 12-\frac 1{2013!}$$ which is in the form required, with the last three digits of $a$ being $013$.