This question may seem silly at first. We say that a series $\sum a_n$ is a telescoping series if there exists a sequence $(b_n)$ with $a_n=b_n-b_{n+1}$ for every $n$. One can show that $\sum a_n$ converges if and only if the sequence $(b_n)$ converges. It is thus desirable to know if a series is a telescoping series, and then find a "telescoping form".
This begs the question, which is in the title, is every series a telescoping series? I have little doubt that the answer is that not every series is a telescoping series. The problem I have in finding a counterexample is that it seems hard to prove that given a sequence $(a_n)$ there is no sequence $(b_n)$ such that $a_n=b_n-b_{n+1}$ for every $n\in\mathbb{N}$.
I have another question which is related enough to the first question so I'll ask it in this post. If we have $a_n=b_n-b_{n+1}$ then we also have $a_n=c_n-c_{n+1}$ where $c_n=b_n+c$ for some $c$. Somewhat analogous to antiderivatives, given sequences $(a_n),(b_n)$ with $a_n=b_n-b_{n+1}$ then if $(c_n)$ satisfies $a_n=c_n-c_{n+1}$ then does there exist a $c$ such that $c_n=b_n+c$? If the answer is affirmative then given a telescoping series we can find all of its "telescoping forms".
Part 1 (ignoring convergence): If you don't care about convergence or "meaningful" series:
Part 2 (convergent series): Does it still work if we require the appearing series to be convergent? The answer is yes, and the telescopic sum is unique.
Assume that $\sum a_n$ is convergent, and require $\lim_{n\to\infty} b_n= 0$, so that the telesopic series may be convergent as well (necessary condition).
Define $b_n = a_0 + a_1 +\dots + a_{n-1} - \sum_{j=0}^\infty a_j$ and $b_0 =-\sum_{j=0}^\infty a_j$. This will have the property that $$\sum_{n=0}^\infty a_n = \sum_{n=0}^\infty (b_{n+1} - b_n),$$ and $\lim_{n\to\infty} b_n = 0$, to ensure your telescopic series is convergent as well. Hence, for every convergent series, there exists a corresponding telescoping series that converges.
Uniqueness follows from Part 1.2: If there were a different telescopic series with terms $(c_n)$, there would be a nonzero $c$ such that $b_n - c_n = c$. However, then $c_n\to c\neq 0$, which violates our assumption.