login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A257955
Decimal expansion of Gamma(1/Pi).
11
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,1
COMMENTS
The reference gives an interesting product representation in terms of rational multiple of 1/Pi for Gamma(1/Pi).
EXAMPLE
2.8112975146708616421227908037104816935281655223291765...
MAPLE
evalf(GAMMA(1/Pi), 117);
MATHEMATICA
RealDigits[Gamma[1/Pi], 10, 117][[1]]
PROG
(PARI) default(realprecision, 117); gamma(1/Pi)
KEYWORD
nonn,cons
AUTHOR
STATUS
approved