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”).

A203137
Decimal expansion of Gamma(1/48).
8
4, 7, 4, 4, 3, 0, 0, 4, 4, 9, 3, 0, 6, 3, 5, 3, 1, 4, 4, 7, 3, 6, 6, 0, 5, 6, 2, 7, 7, 1, 3, 1, 5, 5, 7, 0, 5, 6, 3, 3, 3, 9, 1, 8, 4, 6, 3, 7, 1, 3, 7, 0, 3, 8, 2, 7, 8, 6, 8, 0, 4, 5, 3, 8, 6, 6, 3, 5, 5, 4, 1, 7, 1, 4, 9, 0, 0, 5, 7, 0, 3, 8, 8, 5, 0, 8, 6, 5, 7, 0, 6, 5, 4, 5, 7, 6, 8, 7, 1
OFFSET
2,1
EXAMPLE
47.443004493063531447366056277131557056333918463713703827868...
MATHEMATICA
RealDigits[Gamma[1/48], 10, 50][[1]] (* G. C. Greubel, Jan 16 2017 *)
PROG
(PARI) gamma(1/48) \\ G. C. Greubel, Jan 16 2017
(Magma) SetDefaultRealField(RealField(100)); Gamma(1/48); // G. C. Greubel, Mar 10 2018
CROSSREFS
Sequence in context: A272056 A020803 A019626 * A005472 A111522 A342203
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Dec 29 2011
STATUS
approved