A345732 Decimal expansion of log(Gamma(e)).
4, 4, 9, 4, 6, 1, 7, 4, 1, 8, 2, 0, 0, 6, 7, 6, 6, 7, 0, 0, 2, 5, 0, 7, 8, 1, 6, 5, 6, 4, 9, 3, 9, 8, 7, 8, 7, 9, 6, 4, 4, 6, 5, 3, 3, 7, 8, 1, 0, 4, 7, 1, 5, 1, 4, 6, 2, 2, 2, 5, 8, 4, 1, 8, 8, 2, 4, 4, 2, 6, 8, 2, 3, 4, 8, 6, 6, 6, 8, 6, 3, 7, 9, 9, 6, 1, 5
Offset: 0
Examples
0.44946174182006766700250781656493987879644653378104715146222584188244268...
Crossrefs
Cf. A299082.
Programs
-
Maple
evalf(log(GAMMA(exp(1))), 120); # Alois P. Heinz, Jul 01 2021
-
Mathematica
RealDigits[LogGamma[E], 10, 120][[1]]
-
PARI
log(gamma(exp(1))) \\ Michel Marcus, Jun 25 2021