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.

A182526 Decimal expansion of | log_gamma(e) |, where gamma is the Euler-Mascheroni constant.

Original entry on oeis.org

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

Views

Author

Volker Werner, May 03 2012

Keywords

Comments

Reciprocal of A002389.

Examples

			1.81970602717080047632906605775390654455974544981902...
		

Crossrefs

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:= RealField(); -1/Log(EulerGamma(R)); // G. C. Greubel, Sep 06 2018
  • Mathematica
    RealDigits[1/Log[EulerGamma], 10, 100][[1]]
  • PARI
    default(realprecision, 100); -1/log(Euler) \\ G. C. Greubel, Sep 06 2018
    

Formula

Equals 1/A002389.