A299082 Decimal expansion of Gamma(e).
1, 5, 6, 7, 4, 6, 8, 2, 5, 5, 7, 7, 4, 0, 5, 3, 0, 7, 4, 8, 6, 3, 3, 4, 0, 3, 8, 4, 1, 7, 9, 6, 8, 8, 4, 4, 4, 5, 0, 2, 9, 3, 3, 0, 5, 8, 5, 4, 8, 8, 2, 8, 3, 4, 0, 2, 9, 7, 9, 6, 5, 3, 1, 9, 1, 2, 1, 5, 6, 2, 3, 6, 8, 4, 8, 6, 7, 2, 2, 8, 5, 9, 6, 5, 0, 2, 9, 2
Offset: 1
Examples
1.56746825577405307486334038417968844450293305854882834029796531912156236...
Programs
-
Maple
evalf(GAMMA(exp(1)),120);
-
Mathematica
First@ RealDigits[Gamma@ E, 10, 105] (* Michael De Vlieger, Feb 03 2018 *)
-
PARI
gamma(exp(1)) \\ Michel Marcus, Feb 04 2018
Formula
Gamma(e) = Integral_{x >= 0} x^(e-1)/e^x dx.