The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A335011 Decimal expansion of Product_{k>=1} (1 - 1/2^k)^k. 3
0, 9, 9, 6, 7, 9, 7, 3, 1, 2, 6, 2, 8, 7, 9, 9, 8, 5, 4, 6, 4, 6, 6, 5, 3, 5, 6, 0, 4, 6, 8, 4, 7, 3, 0, 4, 9, 6, 3, 4, 4, 4, 6, 1, 5, 0, 9, 7, 3, 1, 7, 5, 3, 0, 1, 2, 6, 4, 0, 9, 1, 8, 5, 5, 5, 4, 5, 6, 0, 6, 3, 0, 5, 0, 0, 9, 8, 0, 8, 2, 4, 2, 5, 3, 8, 6, 5, 2, 4, 0, 7, 2, 7, 6, 9, 2, 2, 4, 7, 3, 3, 5, 4, 3, 9, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Equals exp(-Sum_{j>=1} 2^j / (j * (2^j - 1)^2)).
EXAMPLE
0.0996797312628799854646653560468473049634446150973175301264091855545606305...
MAPLE
evalf(exp(-Sum(2^j / (j * (2^j - 1)^2), j=1..infinity)), 120);
PROG
(PARI) prodinf(k=1, (1 - 1/2^k)^k)
CROSSREFS
Sequence in context: A195790 A346444 A085984 * A157245 A334846 A072908
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, May 19 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 20 04:44 EDT 2024. Contains 372703 sequences. (Running on oeis4.)