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