Is $\sum_{n\ge0}\frac1{2^{2^n}}$ rational?

243 Views Asked by At

How might I determine whether $\sum_{n\ge0}\frac1{2^{2^n}}$ is rational?

I have seen in the answers to this question that the sum converges and it was also mentioned that this is called Kempner's number. Another question mentions this under the name Fredholm number.

2

There are 2 best solutions below

1
On BEST ANSWER

In base 2, it is not finite or recurring, so it is irrational.

0
On

According to this paper, if $$a_n-a_{n-1}^2+a_{n-1}-1>0$$ for all $n$ greater than some $N\in\mathbb{N}$, then $$\sum_{n=0}^{\infty}\frac{1}{a_n}$$ is irrational. In your case, $$a_n-a_{n-1}^2+a_{n-1}-1=2^{2^n}-(2^{2^{n-1}})^2+2^{2^{n-1}}-1=2^{2^{n-1}}-1$$ which is greater than $0$ for all $n\geq 0$. Thus, $$\sum_{n=0}^{\infty}\frac{1}{2^{2^n}}$$ is irrational.