In the following example of the book Partial Differential Equation, An Introduction 2nd edition from Strauss, on page 127, they assert the following:
Let $f_n(x) = (1-x)x^{n-1}$ on the interval $ 0 < x < 1$. Then the series is telescoping. The partial sums are \begin{equation} \sum_{i = 1}^N f_n(x) = 1 - x^N \end{equation} Why does this series telescope? Computing partial sums does not yield cancellations.

$\require{cancel}$Note that $f_n(x)=x^{n-1}-x^n$ and that therefore$$\sum_{i=1}^Nf_n(x)=1-\cancel x+\cancel x-\cancel{x^2}+\cancel{x^2}-\cdots-\cancel{x^{N-1}}+\cancel{x^{N-1}}-x^N.$$So, yes, it is telescoping.