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