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

A062472
Nearest integer to log(n^n)^(1 + log(n)/n).
1
0, 2, 5, 10, 16, 22, 28, 35, 41, 47, 54, 60, 67, 73, 79, 86, 92, 98, 104, 111, 117, 123, 129, 135, 142, 148, 154, 160, 166, 172, 179, 185, 191, 197, 203, 209, 215, 222, 228, 234, 240, 246, 252, 259, 265, 271, 277, 283, 289, 296, 302, 308, 314, 320, 327, 333
OFFSET
1,2
MATHEMATICA
Round[Log[n^n]^(1 + Log[n]/n)]
CROSSREFS
Cf. A062471.
Sequence in context: A117582 A002134 A243971 * A135061 A323624 A348387
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Jun 23 2001
STATUS
approved