OFFSET
0,1
COMMENTS
This sum is among forms which Kempner showed are transcendental. - Kevin Ryde, Sep 16 2019
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..20000
Aubrey J. Kempner, On Transcendental Numbers, Transactions of the American Mathematical Society, Vol. 17, No. 4 (October 1916), pp. 476-482.
EXAMPLE
0.234415508674864614413415474345604597614724563906693027679427737098381...
MATHEMATICA
RealDigits[N[Sum[(-1)^n/3^(2^n), {n, 0, Infinity}], 120]][[1]] (* Amiram Eldar, Jun 11 2023 *)
PROG
(PARI) { default(realprecision, 20080); x=10*suminf(n=0, (-1)^n/3^(2^n)); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b160386.txt", n, " ", d)); }
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Harry J. Smith, May 12 2009
STATUS
approved