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

A062420
Nearest integer to log(n)^log(n).
1
1, 1, 1, 2, 2, 3, 4, 5, 6, 7, 8, 10, 11, 13, 15, 17, 19, 21, 24, 27, 30, 33, 36, 39, 43, 47, 51, 55, 60, 64, 69, 74, 80, 85, 91, 97, 103, 110, 116, 123, 131, 138, 146, 154, 162, 171, 180, 189, 198, 208, 218, 228, 239, 249, 261, 272, 284, 296, 308, 321, 334, 347
OFFSET
1,4
MATHEMATICA
Table[Round[Log[n]^Log[n]], {n, 70}]
CROSSREFS
Cf. A062419.
Sequence in context: A000115 A367253 A033552 * A089197 A017874 A029016
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Jun 23 2001
EXTENSIONS
Mathematica program corrected by Harvey P. Dale, Dec 01 2013
STATUS
approved