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”).

A061402
a(n) = floor(n*sqrt(e)).
3
0, 1, 3, 4, 6, 8, 9, 11, 13, 14, 16, 18, 19, 21, 23, 24, 26, 28, 29, 31, 32, 34, 36, 37, 39, 41, 42, 44, 46, 47, 49, 51, 52, 54, 56, 57, 59, 61, 62, 64, 65, 67, 69, 70, 72, 74, 75, 77, 79, 80, 82, 84, 85, 87, 89, 90, 92, 93, 95, 97, 98, 100, 102, 103, 105, 107, 108, 110, 112
OFFSET
0,3
LINKS
PROG
(PARI) { default(realprecision, 100); s=sqrt(exp(1)); for (n=0, 1000, write("b061402.txt", n, " ", floor(n*s)) ) } \\ Harry J. Smith, Jul 22 2009
CROSSREFS
Sequence in context: A182772 A292652 A059535 * A330066 A047206 A187474
KEYWORD
nonn
AUTHOR
Jason Earls, Jun 10 2001
EXTENSIONS
More terms from Harry J. Smith, Jul 22 2009
STATUS
approved