cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A203137 Decimal expansion of Gamma(1/48).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Dec 29 2011

Keywords

Examples

			47.443004493063531447366056277131557056333918463713703827868...
		

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Gamma(1/48); // G. C. Greubel, Mar 10 2018
  • Mathematica
    RealDigits[Gamma[1/48], 10, 50][[1]] (* G. C. Greubel, Jan 16 2017 *)
  • PARI
    gamma(1/48) \\ G. C. Greubel, Jan 16 2017