Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #5 Jun 29 2015 02:46:22
%S 0,0,1,1,2,4,5,7,10,13,18,23,29,37,47,59,73,90,110,135,164,198,239,
%T 288,345,412,491,583,691,816,962,1131,1327,1553,1815,2117,2465,2864,
%U 3323,3849,4450,5138,5924,6820,7841,9003,10323,11822,13522,15449
%N Integer part of log(n)^sqrt(n).
%t Floor[Log[n]^Sqrt[n]]
%Y Cf. A062464.
%K nonn,easy
%O 1,5
%A _Olivier GĂ©rard_, Jun 23 2001