login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059850 Decimal expansion of Pi^e. 16
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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
Pi^e is conjectured to be transcendental.
REFERENCES
C. Pickover, Wonders of Numbers, Chap. 44, "The 15 Most Famous Transcendental Numbers", Oxford University Press, NY, 2001, p. 103.
LINKS
C. A. Pickover, "Wonders of Numbers, Adventures in Mathematics, Mind and Meaning," Zentralblatt review
EXAMPLE
22.45915771...
MATHEMATICA
RealDigits[N[Pi^E, 200]] (* Vladimir Joseph Stephan Orlovsky, May 27 2010 *)
PROG
(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
CROSSREFS
Cf. A058288.
Sequence in context: A216198 A369708 A085570 * A308906 A337823 A051630
KEYWORD
cons,easy,nonn
AUTHOR
Hsu, Po-Wei (Benny) (arsene_lupin(AT)intekom.co.za), Jan 13 2000
EXTENSIONS
More terms from James A. Sellers, Jan 19 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)