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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061293 Integer part of n^e, e= 2.718281828... 1
1, 6, 19, 43, 79, 130, 198, 285, 392, 522, 677, 858, 1066, 1304, 1573, 1875, 2211, 2583, 2992, 3440, 3927, 4457, 5029, 5646, 6309, 7019, 7777, 8585, 9445, 10356, 11322, 12343, 13419, 14554, 15747, 17000, 18315, 19692, 21133, 22638, 24210 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

a(5)= int[5^e] = int [79.4323591662132397382254690058565...] = 79.

MAPLE

for n from 1 to 150 do printf("%d, ", floor(n^exp(1))) od;

MATHEMATICA

a[n_]:=Floor[n^E]; [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 12 2008]

CROSSREFS

A000149.

Sequence in context: A096957 A173980 A035495 * A005900 A138357 A183763

Adjacent sequences:  A061290 A061291 A061292 * A061294 A061295 A061296

KEYWORD

nonn,easy

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 26 2001

EXTENSIONS

More terms from Winston C. Yang (winston(AT)cs.wisc.edu), May 19 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 14 07:53 EST 2012. Contains 205598 sequences.