login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061293 a(n) = floor( n^e ), e = 2.718281828... 2
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; text; internal format)
OFFSET
1,2
COMMENTS
A000290(n) <= a(n) <= A000578(n). - Reinhard Zumkeller, Mar 17 2015
LINKS
EXAMPLE
a(5) = floor(5^e) = floor(79.4323591662132397382254690058565...) = 79.
MAPLE
for n from 1 to 150 do printf("%d, ", floor(n^exp(1))) od;
MATHEMATICA
a[n_]:=Floor[n^E]; (* Vladimir Joseph Stephan Orlovsky, Dec 12 2008 *)
PROG
(Haskell)
a061293 = floor . (** exp 1) . fromIntegral
-- Reinhard Zumkeller, Mar 17 2015
CROSSREFS
Cf. A000149.
Sequence in context: A299281 A212684 A035495 * A005900 A138357 A299264
KEYWORD
nonn,easy
AUTHOR
Amarnath Murthy, Apr 26 2001
EXTENSIONS
More terms from Winston C. Yang (winston(AT)cs.wisc.edu), May 19 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 12 19:14 EDT 2024. Contains 375853 sequences. (Running on oeis4.)