OFFSET
0,1
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 6.8 Prouhet-Thue-Morse constant, p. 437.
LINKS
J.-P. Allouche and Jeffrey Shallit, The Ubiquitous Prouhet-Thue-Morse Sequence, in C. Ding. T. Helleseth and H. Niederreiter, eds., Sequences and Their Applications: Proceedings of SETA '98, Springer-Verlag, 1999, pp. 1-16. See the constant phi on page 6.
Philippe Flajolet and G. Nigel Martin, Probabilistic counting algorithms for data base applications, Journal of Computer and System Sciences. Vol. 31, No. 2, October 1985, p. 193.
Wikipedia, Flajolet-Martin algorithm
FORMULA
exp(gamma)/(sqrt(2)*A086744).
EXAMPLE
0.7735162909084453040733025857074...
MATHEMATICA
digits = 80; t[n_] := Mod[DigitCount[n, 2, 1], 2]; p[k_] := p[k] = Product[(2*n/(2*n+1))^((-1)^t[n]), {n, 2^k, 2^(k+1)-1}] // N[#, digits+20]&; pp = Table[Print["k = ", k]; p[k], {k, 0, 24}]; RealDigits[E^EulerGamma / (Sqrt[2] * Times @@ pp), 10, digits] // First
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Jun 24 2014
EXTENSIONS
A few more digits from Jon E. Schoenfield, Oct 13 2014
STATUS
approved