login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
OFFSET
0,2
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
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Apr 11 2020
STATUS
approved