adamg
- 48
- 0
hey, i was just wondering if anyone could help find the sum of the infinite series defined by 1/[n(n+1)(n+2)]. I can split it into partial fractions but not sure from there. Thanks
Hurkyl said:What do you think of this decomposition?
<br /> \frac{1}{k (k+1) (k+2)} = \frac{1}{2}<br /> \left(<br /> \frac{1}{k} - \frac{1}{k+1} - \frac{1}{k+1} + \frac{1}{k+2}<br /> \right)<br />
dextercioby said:According to Maple each of the three sums is:
\sum_{k=1}^{n}\frac{1}{2k}=\frac{1}{2}\psi(n+1)+\frac{1}{2}\gamma (3)
\sum_{k=1}^{n} \frac{-1}{k+1}=-\psi(n+2)+1-\gamma (4)
\sum_{k=2}^{n} \frac{1}{2(k+2)}=\frac{1}{2}\psi(n+3)-\frac{3}{4}+\frac{1}{2}\gamma(5)
Daniel.