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

A159276
Decimal expansion of Integral_{t=0..1} (1/t - Gamma(t)) dt.
0
2, 4, 6, 6, 9, 3, 9, 0, 2, 3, 0, 7, 8, 4, 0, 9, 0, 5, 3, 5, 2, 0, 6, 6, 1, 6, 2, 8, 0, 9, 0, 1, 6, 5, 0, 3, 4, 4, 0, 9, 5, 6, 6, 6, 2, 3, 1, 0, 8, 3, 1, 5, 5, 4, 0, 1, 5, 4, 2, 4, 7, 8, 7, 4, 8, 3, 8, 0, 1, 1, 6, 1, 4, 4, 3, 7, 9, 9, 4, 1, 3, 9, 4, 7, 8, 3, 9, 9, 2, 0, 5, 1, 8, 0, 1, 8, 1, 3, 0, 7
OFFSET
0,1
FORMULA
Equals 1 - A335985. - Amiram Eldar, May 08 2022
EXAMPLE
0.24669390230784090535206616280901650344095666231083...
MATHEMATICA
Prepend[RealDigits[ NIntegrate[1/t - Gamma[t], {t, 0, 1}, WorkingPrecision -> 100]][[1]], 0] (* Jasper Mulder (jasper.mulder(AT)planet.nl), Oct 12 2009 *)
CROSSREFS
Cf. A335985.
Sequence in context: A056526 A049066 A151688 * A359362 A056942 A115947
KEYWORD
cons,nonn
AUTHOR
Benoit Cloitre, Apr 07 2009
EXTENSIONS
More terms from Jasper Mulder (jasper.mulder(AT)planet.nl), Oct 12 2009
STATUS
approved