Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #5 Jun 29 2015 02:44:07
%S 1,0,1,3,10,33,101,290,795,2098,5354,13270,32058,75681,174982,396969,
%T 885035,1941744,4197219,8947799,18829981,39148312,80467195,163624701,
%U 329349740,656560786,1296916079,2539570659,4931698806,9501297339
%N Nearest integer to log(n!)^sqrt(n).
%t Round[Log[n! ]^Sqrt[n]]
%Y Cf. A062453.
%K nonn,easy
%O 0,4
%A _Olivier GĂ©rard_, Jun 23 2001