OFFSET
0,1
COMMENTS
This constant is introduced in the paper by Sampedro.
LINKS
Juan Carlos Sampedro, On a new constant related to Euler's constant, The Ramanujan Journal, Vol. 46, No. 1 (2018), pp. 77-89.
Eric Weisstein's World of Mathematics, Exponential Integral.
FORMULA
Equals Integral_{x=0..oo} log(Gamma(x)) * exp(-x) dx. See the paper by Sampedro for other formulas.
EXAMPLE
0.843302107531977964096996817154768683383574924252925...
MATHEMATICA
RealDigits[N[Integrate[Exp[-x]*Log[Gamma[x]], {x, 0, Infinity}], 100], 10, 100][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Sep 14 2019
STATUS
approved