How to find the sum of the series $\sum_1^\infty{\frac{1}{n(n+1)(n+2)}}$?
I expanded it via partial fractions but it does not look like a telescoping series which I was expecting.
Am I missing something obvious or easy manipulation here?
How to find the sum of the series $\sum_1^\infty{\frac{1}{n(n+1)(n+2)}}$?
I expanded it via partial fractions but it does not look like a telescoping series which I was expecting.
Am I missing something obvious or easy manipulation here?
HINT:
$$\dfrac2{n(n+1)(n+2)}=\dfrac{n+2-n}{n(n+1)(n+2)}=\dfrac1{n(n+1)}-\dfrac1{(n+1)(n+2)}=f(n)-f(n+1)$$ where $f(m)=\dfrac1{m(m+1)}$
... telescoping series
$;\frac{1}{n(n+1)(n+2)} = \frac{1}{2}\left(\frac{1}{n (n+1)} - \frac{1}{(n+1)(n+2)}\right)$ – dxiv Jun 15 '17 at 06:05