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.

A181163 Decimal expansion of A169624/8.

Original entry on oeis.org

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

Views

Author

Mark A. Thomas, Oct 07 2010

Keywords

Comments

This real number is close to the prime number 3073907219.

Examples

			e^(Pi*sqrt(58))/8 = 3073907218.999999977776655183697024044408226528451271... This is almost the prime 3073907219.
		

Programs

  • Magma
    R:= RealField(); Exp(Pi(R)*Sqrt(58))/8; // G. C. Greubel, Feb 14 2018
  • Mathematica
    E^(Pi Sqrt[58])/8
    RealDigits[Exp[Pi*Sqrt[58]]/8, 10, 100][[1]] (* G. C. Greubel, Feb 14 2018 *)
  • PARI
    exp(Pi*sqrt(58))/8 \\ G. C. Greubel, Feb 14 2018
    

Formula

Equals exp(Pi*sqrt(58))/8.