login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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

%I #5 Jun 29 2015 02:44:47

%S 0,0,2,8,25,59,123,229,393,635,976,1444,2067,2877,3913,5212,6821,8786,

%T 11162,14003,17371,21331,25953,31312,37486,44560,52623,61768,72094,

%U 83705,96711,111227,127371,145271,165056,186865,210838,237126,265881

%N Nearest integer to log(n^n)^(1 + log(1 + log(n))).

%t Round[Log[n^n]^(1 + Log[1 + Log[n]])]

%Y Cf. A062449.

%K nonn,easy

%O 0,3

%A _Olivier Gérard_, Jun 23 2001