5

Everyone knows about the classic $$ \sum_{i=1}^{\infty} \dfrac{1}{2^i} = 1 $$ However, is there any way to find $$ \sum_{i=0}^{\infty} \dfrac{1}{2^{2^i}} = \dfrac12 + \dfrac14 + \dfrac{1}{16} + \dfrac{1}{256} + \cdots $$

JohnD
  • 14,392

3 Answers3

5

The sum mentioned by the OP, and sums like it, are in general very difficult to deal with. The OP's series is actually called the Fredholm number, and is transcendental (see the Wikipedia page for Transcendental number).

Note: This constant is also known as Kempner's number (not to be confused with the Kempner series!).

4

This is the Fredholm number as pointed out in the comments, but in case you are interested in the numerical value, a quick Mathematica calculation reveals the sum is approximately $0.816422$.

JohnD
  • 14,392
2

$$\sum_{k=0}^{\infty}\frac{1}{a^{a^k}}=\sum_{k=0}^{\infty}a^{-a^k}=\sum_{k=0}^{\infty}e^{-a^k\log(a)}$$ Let's choose the seemingly simple example $a=e$ to get rid of the logarithm. We then get the sum $$\sum_{k=0}^{\infty}e^{-e^k}$$
Now, Wolfram Alpha can't tackle it, nor can Mathematica. Given that this is a simple example of what this sort of sum looks like, I'm betting that no known, simple closed form exists. If I'm wrong, feel free to correct me though. I would be pleasantly surprised.