For arbitrary $x \in \mathbb{R} \setminus \lbrace -1, 1\rbrace$, how can one rewrite the sequence $\frac{x^{2^n}}{1-x^{2^n}}$ in the form $a_n - a_{n+p}$ where $p \in \mathbb{N}$?
The background is the following: We were able to proof, that $\sum_{n=1}^{\infty} (a_n - a_{n+p}) = \left( \sum_{n=1}^p a_n \right) - pa$, where $a_n \to a$.
So for instance $\sum_{n=1}^\infty \frac{1}{n(n+1)}=1$, since with $a_n := \frac{1}{n}$, I find $\frac{1}{n(n+1)} = \frac{1}{n} - \frac{1}{n+1}$ and $\frac{1}{n} \to 0$ as well as $\sum_{n=1}^1 \frac{1}{n(n+1)}=1$.
So if we could rewrite the original sequence in this form, we would be able to find the limit of the series.