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”).

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

%I #6 Jun 28 2015 14:39:38

%S 1,0,1,1,2,2,3,4,5,6,8,9,11,12,14,16,19,21,24,26,29,32,35,39,43,46,50,

%T 55,59,64,69,74,79,85,90,96,103,109,116,123,130,138,145,153,162,170,

%U 179,188,198,207,217,227,238,249,260,271,283,295,308,320,334,347,361

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

%F a(n)=A061052(n), n>1. - _R. J. Mathar_, Oct 02 2008

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

%Y Cf. A062420.

%K nonn,easy

%O 1,5

%A _Olivier Gérard_, Jun 23 2001