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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062121 Floor of (exp(n/Pi). 1
1, 1, 2, 3, 4, 6, 9, 12, 17, 24, 33, 45, 62, 86, 118, 162, 223, 307, 423, 581, 799, 1099, 1511, 2078, 2857, 3928, 5401, 7425, 10208, 14034, 19295, 26526, 36469, 50138, 68929, 94765, 130283, 179113, 246245, 338539, 465424, 639866, 879690, 1209400 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,500

PROG

(PARI) v=[]; for(n=1, 65, v=concat(v, floor(exp(n/Pi)))); v

(PARI) { default(realprecision, 100); for (n=1, 500, write("b062121.txt", n, " ", floor(exp(n/Pi))) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 02 2009]

CROSSREFS

Sequence in context: A036003 A027338 A064174 * A094995 A018591 A018669

Adjacent sequences:  A062118 A062119 A062120 * A062122 A062123 A062124

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Corrected by T. D. Noe (noe(AT)sspectra.com), Oct 25 2006

OFFSET changed from 0,3 to 1,3 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 02 2009

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 14 08:37 EST 2012. Contains 205614 sequences.