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