4

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?

blabla
  • 1,104

1 Answers1

4

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)}$