Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #10 Sep 14 2020 15:05:13
%S 0,0,1,2,5,13,34,91,257,753,2289,7185,23215,77018,261740,909353,
%T 3224262,11649471,42833406,160084445,607507991,2338760044,9126115359,
%U 36068187761,144279012291,583783534410,2387939881856,9869420688875,41195421572446,173581696703761
%N Integer part of log(n)^(n^(1 - 1/n)).
%t Table[Floor[Log[n]^n^(1-1/n)],{n,40}] (* amended by _Harvey P. Dale_, Sep 05 2020 *)
%Y Cf. A062466.
%K nonn,easy
%O 1,4
%A _Olivier GĂ©rard_, Jun 23 2001