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