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.

A203139 Decimal expansion of Gamma(1/16).

Original entry on oeis.org

1, 5, 4, 8, 1, 2, 8, 1, 0, 8, 1, 5, 9, 2, 3, 9, 8, 1, 5, 6, 1, 5, 9, 6, 2, 0, 7, 7, 9, 4, 4, 6, 9, 0, 8, 0, 2, 6, 6, 3, 3, 6, 3, 3, 6, 3, 4, 8, 9, 7, 9, 1, 9, 7, 8, 3, 4, 5, 8, 4, 1, 6, 7, 7, 0, 5, 1, 8, 3, 1, 0, 5, 8, 0, 2, 2, 8, 5, 7, 0, 1, 0, 0, 4, 6, 1, 5, 9, 3, 9, 3, 2, 4, 2, 9, 9, 2, 6, 8
Offset: 2

Views

Author

N. J. A. Sloane, Dec 29 2011

Keywords

Examples

			15.481281081592398156159620779446908026633633634897919783458...
		

Programs

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

Formula

Equals 16*A203080. - R. J. Mathar, Jan 15 2021