login

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

Integer part of log(n^n)^sqrt(n).
1

%I #5 Jun 29 2015 02:29:14

%S 1,0,1,7,30,105,336,1001,2841,7733,20309,51720,128170,309980,733390,

%T 1700803,3872770,8670938,19113100,41523358,88995738,188335956,

%U 393837052,814361551,1666112092,3374591118,6770019118,13459008137

%N Integer part of log(n^n)^sqrt(n).

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

%Y Cf. A062456.

%K nonn,easy

%O 0,4

%A _Olivier GĂ©rard_, Jun 23 2001