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.

A181165 Decimal expansion of exp(Pi*sqrt43)/24.

Original entry on oeis.org

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

Views

Author

Mark A. Thomas, Oct 07 2010

Keywords

Comments

This real number is close to the prime number 36864031.

Examples

			exp(Pi*sqrt(43))/24 = 36864030.9999907277514544442473942532743907019... This is almost the prime 36864031.
		

Programs

  • Magma
    R:= RealField(); Exp(Pi(R)*Sqrt(43)); // G. C. Greubel, Feb 14 2018
  • Mathematica
    RealDigits[E^(Pi Sqrt[43])/24,10,120][[1]] (* Harvey P. Dale, Oct 17 2011 *)
  • PARI
    exp(Pi*sqrt(43))/24 \\ G. C. Greubel, Feb 14 2018
    

Formula

Equals exp(Pi*sqrt(43))/24.