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.

A181164 Decimal expansion of exp(5*Pi)/8.

Original entry on oeis.org

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

Views

Author

Mark A. Thomas, Oct 07 2010

Keywords

Comments

This real number is close to the prime number 829453.

Examples

			829452.999917641779158283008387388115229513366768873400405895867044280150...
		

Programs

  • Julia
    using Nemo
    RR = RealField(366)
    t = RR(5) * const_pi(RR)
    exp(t)/RR(8) |> println # Peter Luschny, Mar 13 2018
  • Magma
    R:= RealField(); Exp(5*Pi(R))/8; // G. C. Greubel, Feb 14 2018
    
  • Mathematica
    RealDigits[Exp[5*Pi]/8, 10, 100][[1]] (* G. C. Greubel, Feb 14 2018 *)
  • PARI
    exp(5*Pi)/8 \\ G. C. Greubel, Feb 14 2018
    

Formula

Equals exp(5*Pi)/8.