OFFSET
0,1
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, volume 17, number 4, October 1916, pages 476-482.
FORMULA
Equals -Sum_{k>=1} mu(2*k)/(3^k - 1), where mu is the Möbius function (A008683). - Amiram Eldar, Jul 12 2020
EXAMPLE
0.456942562477639661115491826166903037989942599713831192091056874309982...
MATHEMATICA
RealDigits[ N[ Sum[1/3^(2^n), {n, 0, Infinity}], 110]] [[1]]
PROG
(PARI) default(realprecision, 20080); x=suminf(n=0, 1/3^(2^n)); x*=10; for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b078885.txt", n, " ", d)); \\ Harry J. Smith, May 10 2009
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Robert G. Wilson v, Dec 11 2002
STATUS
approved