2

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.

mjb
  • 2,096

1 Answers1

2

Using the 2-adic order function $\nu_2$, one gets $$ \frac{x^{2^n}}{1-x^{2^n}}=a_n(x)-a_{n+1}(x)$$ where $$a_n(x)=\sum_{k=1}^{+\infty}b_n(k) x^k$$ with $$b_n(k)=(\nu_2(k)-n+1)\cdot\mathbf 1_{\nu_2(k)\geqslant n} $$

Did
  • 279,727