%I #7 Jun 28 2015 14:39:58
%S 1,1,1,2,2,3,4,5,6,7,8,10,11,13,15,17,19,21,24,27,30,33,36,39,43,47,
%T 51,55,60,64,69,74,80,85,91,97,103,110,116,123,131,138,146,154,162,
%U 171,180,189,198,208,218,228,239,249,261,272,284,296,308,321,334,347
%N Nearest integer to log(n)^log(n).
%t Table[Round[Log[n]^Log[n]],{n,70}]
%Y Cf. A062419.
%K nonn,easy
%O 1,4
%A _Olivier GĂ©rard_, Jun 23 2001
%E Mathematica program corrected by _Harvey P. Dale_, Dec 01 2013