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.

A299082 Decimal expansion of Gamma(e).

Original entry on oeis.org

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

Views

Author

Paolo P. Lava, Feb 02 2018

Keywords

Examples

			1.56746825577405307486334038417968844450293305854882834029796531912156236...
		

Crossrefs

Programs

  • Maple
    evalf(GAMMA(exp(1)),120);
  • Mathematica
    First@ RealDigits[Gamma@ E, 10, 105] (* Michael De Vlieger, Feb 03 2018 *)
  • PARI
    gamma(exp(1)) \\ Michel Marcus, Feb 04 2018

Formula

Gamma(e) = Integral_{x >= 0} x^(e-1)/e^x dx.