login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Nearest integer to log(n^n)^sqrt(n).
1

%I #5 Jun 29 2015 02:43:53

%S 1,0,2,8,31,106,336,1002,2842,7733,20310,51721,128170,309981,733391,

%T 1700803,3872770,8670939,19113101,41523359,88995739,188335956,

%U 393837053,814361552,1666112093,3374591118,6770019119,13459008138

%N Nearest integer to log(n^n)^sqrt(n).

%t Round[Log[n^n]^Sqrt[n]]

%Y Cf. A062455.

%K nonn,easy

%O 0,3

%A _Olivier GĂ©rard_, Jun 23 2001