login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A062445
Integer part of log(n!)^(1 + log(1 + log(1 + n))).
1
0, 0, 0, 2, 9, 23, 50, 94, 164, 269, 418, 623, 899, 1262, 1728, 2317, 3051, 3953, 5049, 6368, 7939, 9796, 11973, 14508, 17441, 20815, 24676, 29071, 34052, 39672, 45988, 53060, 60950, 69723, 79450, 90200, 102050, 115078, 129366, 144998, 162063
OFFSET
0,4
MATHEMATICA
Table[Floor[Log[n!]^(1+Log[1+Log[1+n]])], {n, 0, 40}] (* Harvey P. Dale, Jan 31 2024 *)
CROSSREFS
Cf. A062446.
Sequence in context: A101986 A023542 A023654 * A009304 A154118 A296284
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Jun 23 2001
EXTENSIONS
Previous Mathematica program replaced by Harvey P. Dale, Jan 31 2024
STATUS
approved