A256167 Decimal expansion of log(Gamma(1/5)).
1, 5, 2, 4, 0, 6, 3, 8, 2, 2, 4, 3, 0, 7, 8, 4, 5, 2, 4, 8, 8, 1, 0, 5, 6, 4, 9, 3, 9, 2, 6, 3, 0, 2, 1, 9, 2, 5, 6, 5, 9, 3, 3, 7, 3, 7, 4, 0, 6, 4, 0, 3, 4, 7, 5, 1, 0, 4, 2, 8, 7, 2, 9, 1, 4, 6, 4, 9, 9, 1, 7, 9, 8, 2, 5, 1, 8, 0, 8, 8, 5, 3, 7, 3, 8, 8, 1, 8, 6, 6, 3, 3, 9, 2, 7, 8, 5, 5, 1, 6, 9, 9, 2, 6
Offset: 1
Examples
1.524063822430784524881056493926302192565933737406403...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
Crossrefs
Programs
-
Maple
evalf(log(GAMMA(1/5)),120); # Vaclav Kotesovec, Mar 17 2015
-
Mathematica
RealDigits[Log[Gamma[1/5]],10,105][[1]] (* Vaclav Kotesovec, Mar 17 2015 *)
-
PARI
log(gamma(1/5)) \\ Michel Marcus, Mar 17 2015