A256615 Decimal expansion of log(Gamma(1/24)).
3, 1, 5, 5, 4, 0, 2, 8, 7, 7, 3, 8, 1, 1, 4, 4, 7, 2, 2, 7, 7, 4, 6, 6, 4, 4, 5, 5, 7, 3, 9, 8, 0, 5, 6, 9, 0, 4, 5, 8, 3, 5, 1, 5, 8, 8, 8, 4, 4, 0, 2, 4, 8, 1, 9, 5, 7, 7, 7, 7, 1, 4, 5, 4, 3, 5, 3, 2, 0, 3, 7, 0, 6, 5, 2, 8, 9, 7, 5, 4, 9, 2, 4, 4, 8, 2, 5, 4, 9, 2, 4, 1, 1, 3, 8, 1, 7, 2, 7, 1, 7, 5, 0, 1
Offset: 1
Examples
3.155402877381144722774664455739805690458351588844024...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
Crossrefs
Programs
-
Maple
evalf(log(GAMMA(1/24)),100);
-
Mathematica
RealDigits[Log[Gamma[1/24]],10,100][[1]]
-
PARI
log(gamma(1/24))