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.

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

Original entry on oeis.org

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

Views

Author

Christoph B. Kassir, Oct 14 2021

Keywords

Examples

			0.7281831374925430411492169277934906172895559804281200678987723450693...
		

Crossrefs

Programs

  • Magma
    R:= RealField(100); EulerGamma(R)^EulerGamma(R);
  • Maple
    Digits := 100; evalf(gamma^gamma);
  • Mathematica
    RealDigits[EulerGamma^EulerGamma, 10, 100][[1]]
  • PARI
    Euler^Euler