Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #5 Jun 28 2015 14:42:27
%S 1,1,4,11,29,70,161,346,704,1370,2558,4613,8063,13706,22728,36853,
%T 58550,91313,140011,211355,314493,461765,669660,960022,1361545,
%U 1911639,2658716,3665011,5010011,6794629,9146244,12224774,16229962
%N Nearest integer to log(n^n)^log(n).
%t Round[Log[n^n]^Log[n]]
%Y Cf. A062431.
%K nonn,easy
%O 1,3
%A _Olivier GĂ©rard_, Jun 23 2001