login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059850 Decimal expansion of Pi^e. 12
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

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

S. Plouffe, Pi**exp(1) to 2000 digits

S. Plouffe, pi**exp(1) to 2000 digits

EXAMPLE

22.45915771...

MATHEMATICA

RealDigits[N[Pi^E, 200]] [From 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)); } [From Harry J. Smith, Apr 18 2009]

CROSSREFS

Cf. A058288.

Sequence in context: A093333 A116085 A085570 * A051630 A050045 A098386

Adjacent sequences:  A059847 A059848 A059849 * A059851 A059852 A059853

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

Fixed my PARI program, had -n Harry J. Smith, May 19 2009

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified September 14 21:03 EDT 2012. Contains 215375 sequences.