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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062541 Floor(Pi^n * e^n). 6
1, 8, 72, 622, 5318, 45417, 387852, 3312153, 28284912, 241545633, 2062735514, 17615213065, 150429237853, 1284625710591, 10970362144062, 93683977036770, 800036264817077, 6832097070038330, 58344293161634133, 498244757010106385 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,200

PROG

(PARI) for(n=0, 22, print(floor(Pi^n*exp(1)^n)))

(PARI) { default(realprecision, 200); PiE=Pi*exp(1); for (n=0, 200, write("b062541.txt", n, " ", PiE^n\1) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 08 2009]

CROSSREFS

Sequence in context: A111919 A052379 A158798 * A057091 A156566 A055275

Adjacent sequences:  A062538 A062539 A062540 * A062542 A062543 A062544

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jun 25 2001

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 February 17 18:34 EST 2012. Contains 206074 sequences.