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!)
A333938 Decimal expansion of Product_{k>=1} (1 - k/2^k). 1
0, 7, 8, 8, 9, 8, 3, 5, 0, 0, 2, 1, 2, 4, 9, 1, 8, 1, 0, 0, 6, 4, 1, 8, 5, 9, 2, 0, 1, 2, 2, 9, 4, 7, 7, 7, 4, 7, 3, 6, 7, 2, 8, 1, 4, 3, 4, 5, 8, 4, 9, 1, 2, 5, 0, 8, 7, 3, 9, 6, 7, 2, 1, 4, 6, 8, 7, 0, 4, 5, 6, 5, 7, 4, 5, 4, 2, 7, 2, 3, 4, 5, 9, 1, 3, 5, 5, 5, 0, 3, 8, 1, 4, 3, 9, 6, 5, 5, 7, 1, 5, 1, 6, 1, 4, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Equals exp(-Sum_{j>=1} polylog(-j, 1/2^j)/j).
EXAMPLE
0.0788983500212491810064185920122947774736728143458491250873967214687...
MAPLE
evalf(Product(1 - k/2^k, k = 1..infinity), 100);
MATHEMATICA
Join[{0}, RealDigits[Product[1-n/2^n, {n, 500}], 10, 120][[1]]] (* Harvey P. Dale, Jan 12 2024 *)
PROG
(PARI) prodinf(k=1, 1 - k/2^k)
CROSSREFS
Sequence in context: A099987 A226320 A021563 * A268575 A198814 A254272
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Apr 11 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 18 11:53 EDT 2024. Contains 372630 sequences. (Running on oeis4.)