4

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.

math_lover
  • 5,826

2 Answers2

15

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

Aryabhata
  • 82,206
4

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.

QC_QAOA
  • 11,796