Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

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

A062442
Nearest integer to log(n)^(1 + log(n)).
1
0, 0, 1, 1, 2, 3, 5, 7, 10, 12, 16, 20, 24, 29, 34, 40, 47, 54, 62, 71, 80, 90, 101, 113, 125, 139, 153, 168, 184, 201, 219, 238, 257, 278, 300, 323, 347, 373, 399, 426, 455, 485, 516, 549, 582, 617, 654, 691, 730, 771, 813, 856, 901, 947, 995, 1044, 1095
OFFSET
0,5
MATHEMATICA
Round[Log[n]^(1 + Log[n])]
CROSSREFS
Cf. A062441.
Sequence in context: A036607 A211520 A248578 * A036964 A067162 A002822
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Jun 23 2001
STATUS
approved