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.

A244274 Decimal expansion of e*gamma, the product of Euler number and Euler-Mascheroni constant.

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Jun 28 2014

Keywords

Examples

			1.569034853003742285079907849123151192307242907588894908656654...
		

Crossrefs

Programs

  • Magma
    R:= RealField(100); Exp(1)*EulerGamma(R); // G. C. Greubel, Aug 30 2018
  • Mathematica
    RealDigits[E*EulerGamma,10,120][[1]] (* Harvey P. Dale, Jan 01 2015 *)
  • PARI
    exp(1)*Euler