OFFSET
1,3
COMMENTS
1, 3, 9, 24, 61, 160, 420, 1120, ... appear in the sequence twice. The ratio of such numbers converges to e. [Charles R Greathouse IV, Oct 26 2011]
MATHEMATICA
Table[Floor[N[x^((x+1)/(x)), 50]], {x, 1, 15}]
PROG
(PARI) a(n)=floor(n^(n/(n+1.))) \\ Charles R Greathouse IV, Oct 26 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Jun 17 2004
STATUS
approved