A257955 Decimal expansion of Gamma(1/Pi).
2, 8, 1, 1, 2, 9, 7, 5, 1, 4, 6, 7, 0, 8, 6, 1, 6, 4, 2, 1, 2, 2, 7, 9, 0, 8, 0, 3, 7, 1, 0, 4, 8, 1, 6, 9, 3, 5, 2, 8, 1, 6, 5, 5, 2, 2, 3, 2, 9, 1, 7, 6, 5, 6, 8, 2, 2, 8, 9, 6, 5, 9, 0, 5, 3, 9, 3, 8, 6, 1, 5, 4, 8, 8, 7, 0, 1, 9, 2, 0, 5, 6, 8, 5, 1, 8, 8, 4, 8, 7, 4, 2, 3, 1, 8, 9, 0, 9, 3, 6, 4, 2, 4
Offset: 1
Examples
2.8112975146708616421227908037104816935281655223291765...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
- Iaroslav V. Blagouchine, Two series expansions for the logarithm of the gamma function involving Stirling numbers and containing only rational coefficients for certain arguments related to 1/Pi, Mathematics of Computation (AMS), 2015.
Crossrefs
Programs
-
Maple
evalf(GAMMA(1/Pi), 117);
-
Mathematica
RealDigits[Gamma[1/Pi], 10, 117][[1]]
-
PARI
default(realprecision, 117); gamma(1/Pi)
Comments