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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061675 Floor of Pi^n + e^n. 2
2, 5, 17, 51, 152, 454, 1364, 4116, 12469, 37912, 115674, 354078, 1087023, 3346090, 10324775, 31927163, 98918331, 306999516, 954242372, 2970046250, 9255121991, 28870447577, 90140917038 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

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, 100); e=exp(1); for (n=0, 200, write("b061675.txt", n, " ", floor(Pi^n + e^n)) ) } [From Harry J. Smith, Jul 26 2009]

CROSSREFS

Sequence in context: A148402 A148403 A148404 * A148405 A216969 A148406

Adjacent sequences:  A061672 A061673 A061674 * A061676 A061677 A061678

KEYWORD

easy,nonn

AUTHOR

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

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 May 25 23:56 EDT 2013. Contains 225650 sequences.