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

A062441
Integer part of log(n)^(1 + log(n)).
1
0, 0, 0, 1, 2, 3, 5, 7, 9, 12, 15, 19, 23, 28, 34, 40, 46, 54, 62, 70, 80, 90, 101, 112, 125, 138, 152, 167, 183, 200, 218, 237, 257, 278, 300, 323, 347, 372, 398, 426, 455, 485, 516, 548, 582, 617, 653, 691, 730, 770, 812, 855, 900, 946, 994, 1043, 1094, 1147
OFFSET
0,5
MATHEMATICA
Table[IntegerPart[Log[n]^(1+Log[n])], {n, 0, 60}] (* Harvey P. Dale, Jul 27 2011 *)
CROSSREFS
Cf. A062442.
Sequence in context: A283968 A025692 A137285 * A059290 A309881 A293230
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Jun 23 2001
STATUS
approved