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

A062469
Integer part of log(n^n)^(n^(-1/n)).
1
0, 1, 2, 3, 4, 5, 7, 8, 10, 12, 13, 15, 17, 19, 22, 24, 26, 28, 31, 33, 36, 39, 41, 44, 47, 50, 53, 56, 59, 62, 65, 68, 71, 74, 78, 81, 84, 88, 91, 95, 98, 102, 105, 109, 112, 116, 120, 123, 127, 131, 135, 139, 143, 146, 150, 154, 158, 162, 166, 170, 174, 179, 183
OFFSET
1,3
MATHEMATICA
Table[Floor[Log[n^n]^(n^(-1/n))], {n, 70}] (* Harvey P. Dale, Nov 30 2024 *)
CROSSREFS
Cf. A062470.
Sequence in context: A261132 A262525 A184105 * A340758 A238098 A328283
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Jun 23 2001
EXTENSIONS
Name and Mathematica corrected by Sean A. Irvine, Mar 31 2023
Previous Mathematica program replaced by Harvey P. Dale, Nov 30 2024
STATUS
approved