4

The series is, $$\sum \limits_{n = 2}^\infty \frac{1}{(n-1)n(n+1)} \space(a)$$

By partial fractions I've got,

$$\sum \limits_{n = 2}^\infty \frac{1}{2(n-1)}-\frac{1}{n}+\frac{1}{2(n+1)}$$

The book says that the series in $(a)$ is a Mengoli series, but I can't see how. A Mengoli series have the form of $\sum \limits_{k} u_{k}-u_{k+1}$, but I don't see any similarities. Thanks.

1 Answers1

4

Try $$\left(\frac 1{2(n-1)}-\frac 1{2n}\right)-\left(\frac 1{2n}-\frac 1{2(n+1)}\right)=$$$$\frac 1{2n(n-1)}-\frac 1{2(n+1)n}=$$$$\frac 1{(n-1)n(n+1)}$$ which verifies the partial fraction decomposition.

Mark Bennet
  • 100,194