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”).

A371667
Decimal expansion of -Ei(-1) / log(2).
0
3, 1, 6, 5, 0, 4, 1, 1, 4, 2, 0, 3, 1, 2, 6, 7, 8, 6, 8, 9, 3, 7, 5, 4, 6, 2, 0, 7, 5, 3, 8, 6, 2, 8, 1, 5, 6, 6, 9, 0, 8, 5, 9, 4, 3, 3, 8, 7, 9, 9, 6, 6, 4, 0, 5, 4, 3, 6, 1, 8, 8, 0, 5, 5, 0, 8, 0, 7, 5, 7, 9, 9, 6, 5, 6, 0, 0, 9, 6, 4, 9, 4, 5, 6, 2, 4, 7, 7, 5, 7, 9, 9, 6, 5, 1, 5, 4, 6, 3, 7, 1, 0, 8
OFFSET
0,1
FORMULA
Equals Integral_{x=0..oo} exp(-2^x) dx.
EXAMPLE
0.316504114203126786893754620753862815669085943...
MATHEMATICA
RealDigits[-ExpIntegralEi[-1]/Log[2], 10, 103][[1]]
PROG
(PARI) eint1(1)/log(2) \\ Michel Marcus, Apr 11 2024
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Ilya Gutkovskiy, Apr 10 2024
STATUS
approved