login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A134031
a(n) = floor(n^sqrt(e)).
0
1, 3, 6, 9, 14, 19, 24, 30, 37, 44, 52, 60, 68, 77, 86, 96, 106, 117, 128, 139, 151, 163, 175, 188, 201, 215, 229, 243, 257, 272, 287, 303, 318, 334, 351, 368, 385, 402, 419, 437, 456, 474, 493, 512, 531, 551, 571, 591, 611, 632
OFFSET
1,2
MATHEMATICA
Floor[Range[50]^Sqrt[E]] (* Harvey P. Dale, Oct 26 2019 *)
PROG
(PARI) a(n) = floor(n^sqrt(exp(1))) \\ Michel Marcus, Jul 18 2013
CROSSREFS
Sequence in context: A310167 A360399 A310168 * A228172 A130473 A261229
KEYWORD
nonn
AUTHOR
Rolf Pleisch, Jan 28 2008
EXTENSIONS
More terms from Michel Marcus, Jul 18 2013
STATUS
approved