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.

A203816 Decimal expansion of e*gamma*Pi, where gamma is Euler's constant.

Original entry on oeis.org

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

Views

Author

Yalcin Aktar, Jan 06 2012

Keywords

Examples

			4.929268367422897891526304798034231...
		

Crossrefs

Cf. A001620 (Euler's constant), A019609 (e*Pi).

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:= RealField(); Exp(1)*Pi(R)*EulerGamma(R); // G. C. Greubel, Sep 03 2018
  • Mathematica
    RealDigits[E*EulerGamma*Pi, 10, 105][[1]] (* Alonso del Arte, Jan 06 2012 *)
  • PARI
    exp(1)*Euler*Pi \\ Charles R Greathouse IV, Jan 15 2012