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