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