Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #5 Jun 29 2015 02:47:34
%S 0,2,5,10,16,22,28,35,41,47,54,60,67,73,79,86,92,98,104,111,117,123,
%T 129,135,142,148,154,160,166,172,179,185,191,197,203,209,215,222,228,
%U 234,240,246,252,259,265,271,277,283,289,296,302,308,314,320,327,333
%N Nearest integer to log(n^n)^(1 + log(n)/n).
%t Round[Log[n^n]^(1 + Log[n]/n)]
%Y Cf. A062471.
%K nonn,easy
%O 1,2
%A _Olivier GĂ©rard_, Jun 23 2001