I am trying to approximate $\sum \frac{1}{n^2}$ with telescopic series. So far, I've understood up to this: $$\begin{eqnarray*} \sum_{n\geq m}\frac{1}{n^2}&=&\sum_{n\geq m}\left(\frac{1}{n}-\frac{1}{(n+1)}\right)+\frac{1}{2}\sum_{n\geq m}\left(\frac{1}{n^2}-\frac{1}{(n+1)^2}\right)\\&+&\frac{1}{6}\sum_{n\geq m}\left(\frac{1}{n^3}-\frac{1}{(n+1)^3}\right)-\frac{1}{6}\sum_{n\geq m}\frac{1}{n^3(n+1)^3}\end{eqnarray*} $$ I am told that the last term, $-\displaystyle\frac{1}{6}\sum_{n\geq m}\frac{1}{n^3(n+1)^3}$, can be represented as $C\sum(\frac{C}{n^5}-\frac{C}{(n+1)^5})$ plus sum other higher order term, where $C$ is a just a number, different in each appearance.
Questions
How do we make this cubic into a telescopic sum of quintics?
And after we do that, how do we keep going and reating more and more telescopic terms, like $C\sum(\frac{C}{n^7}-\frac{C}{(n+1)^7})$ or something?