A269557 Decimal expansion of Gamma(log(2)).
1, 3, 0, 9, 0, 4, 0, 9, 1, 1, 2, 8, 1, 4, 8, 1, 2, 6, 9, 8, 2, 4, 5, 3, 2, 5, 2, 1, 3, 9, 5, 9, 2, 9, 5, 7, 5, 6, 1, 2, 5, 8, 9, 0, 3, 1, 9, 1, 8, 1, 8, 9, 0, 0, 1, 0, 3, 8, 9, 8, 0, 0, 0, 7, 9, 0, 9, 0, 9, 3, 9, 7, 6, 3, 4, 5, 6, 3, 2, 7, 4, 7, 1, 6, 0, 9, 7, 4, 1, 2, 5, 0, 3, 0, 1, 0, 0, 4, 3, 5, 1, 0, 5
Offset: 1
Examples
1.3090409112814812698245325213959295756125890319181890...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
Crossrefs
Programs
-
MATLAB
format long; gamma(log(2))
-
Maple
evalf(GAMMA(ln(2)), 120);
-
Mathematica
RealDigits[Gamma[Log[2]], 10, 120][[1]]
-
PARI
default(realprecision, 120); gamma(log(2))
Comments