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.

A186693 Decimal expansion of Gamma(1+sqrt(6)).

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			3.1445683731094675921378626329094087696938843054568..
		

Crossrefs

Programs

  • Magma
    Sqrt(6)*Gamma(Sqrt(6)); // G. C. Greubel, Apr 20 2018
  • Mathematica
    RealDigits[N[Sqrt[6]!,200]][[1]]
  • PARI
    sqrt(6)*gamma(sqrt(6)) \\ G. C. Greubel, Apr 20 2018