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.

A059850 Decimal expansion of Pi^e.

Original entry on oeis.org

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

Views

Author

Hsu, Po-Wei (Benny) (arsene_lupin(AT)intekom.co.za), Jan 13 2000

Keywords

Comments

Pi^e is conjectured to be transcendental.

Examples

			22.459157718361045473427152204543735027589315133996692...
		

References

  • C. Pickover, Wonders of Numbers, Chap. 44, "The 15 Most Famous Transcendental Numbers", Oxford University Press, NY, 2001, p. 103.
  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987. See p. 100.

Crossrefs

Cf. A058288.

Programs

  • Mathematica
    RealDigits[N[Pi^E,200]] (* Vladimir Joseph Stephan Orlovsky, May 27 2010 *)
  • PARI
    { default(realprecision, 20080); x=Pi^exp(1)/10; for (n=2, 20000, d=floor(x); x=(x-d)*10; write("b059850.txt", n, " ", d)); } \\ Harry J. Smith, Apr 18 2009

Extensions

More terms from James Sellers, Jan 19 2000