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