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

A096181
Floor (e^(n / log(n))).
0
17, 15, 17, 22, 28, 36, 46, 60, 76, 98, 125, 158, 201, 254, 320, 403, 506, 634, 793, 989, 1233, 1533, 1904, 2360, 2922, 3612, 4459, 5498, 6771, 8328, 10231, 12556, 15393, 18851, 23063, 28189, 34423, 41998, 51195, 62353, 75883, 92274, 112119, 136131
OFFSET
2,1
MATHEMATICA
Table[ Floor[ E^(n/Log[n])], {n, 2, 45}]
CROSSREFS
Sequence in context: A278824 A085095 A004506 * A248941 A261306 A022973
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jun 19 2004
EXTENSIONS
Definition corrected and cross-refs added by Franklin T. Adams-Watters, Jan 25 2010
STATUS
approved