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.

A182497 Decimal expansion of gamma^3, where gamma is the Euler-Mascheroni constant.

Original entry on oeis.org

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

Views

Author

Volker Werner, May 02 2012

Keywords

Examples

			0.19231551682118458966319237441963590712167826133337...
		

Crossrefs

Programs

  • Magma
    R:= RealField(100); EulerGamma(R)^3; // G. C. Greubel, Sep 01 2018
  • Mathematica
    RealDigits[EulerGamma^3, 10, 105][[1]]
  • PARI
    default(realprecision, 100); Euler^3 \\ G. C. Greubel, Dec 26 2016
    

Formula

Equals A001620^3.