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.

Showing 1-1 of 1 results.

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

Original entry on oeis.org

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

Views

Author

Volker Werner, May 03 2012

Keywords

Examples

			2.08307187276269592099483927848152939016744326692636...
		

Crossrefs

Programs

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

Formula

Equals |Log(A000796)/Log(A001620)|.
Showing 1-1 of 1 results.