Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #4 Mar 30 2012 17:35:15
%S 17,15,17,22,28,36,46,60,76,98,125,158,201,254,320,403,506,634,793,
%T 989,1233,1533,1904,2360,2922,3612,4459,5498,6771,8328,10231,12556,
%U 15393,18851,23063,28189,34423,41998,51195,62353,75883,92274,112119,136131
%N Floor (e^(n / log(n))).
%t Table[ Floor[ E^(n/Log[n])], {n, 2, 45}]
%Y Cf. A000149, A073226.
%K nonn
%O 2,1
%A _Robert G. Wilson v_, Jun 19 2004
%E Definition corrected and cross-refs added by _Franklin T. Adams-Watters_, Jan 25 2010