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