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.

Showing 1-2 of 2 results.

A186692 Decimal expansion of Gamma(1+sqrt(5)).

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			2.5134797997227308892668856261402009664062582097128..
		

Crossrefs

Programs

  • Magma
    Sqrt(5)*Gamma(Sqrt(5)); // G. C. Greubel, Apr 20 2018
  • Mathematica
    RealDigits[N[Sqrt[5]!,200]][[1]]
    RealDigits[Gamma[Sqrt[5]+1],10,120][[1]] (* Harvey P. Dale, Jul 18 2024 *)
  • PARI
    sqrt(5)*gamma(sqrt(5)) \\ G. C. Greubel, Apr 20 2018
    

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
    
Showing 1-2 of 2 results.