A059850 Decimal expansion of Pi^e.
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
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.
Links
- Harry J. Smith, Table of n, a(n) for n = 2..20000
- C. A. Pickover, "Wonders of Numbers, Adventures in Mathematics, Mind and Meaning," Zentralblatt review.
- Simon Plouffe, Pi**exp(1) to 2000 digits.
- Simon Plouffe, Pi**exp(1) to 2000 digits.
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
Comments