|
| |
|
|
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
|
| |
|
|