A062436 Nearest integer to log(n!)^log(log(1 + n)).
1, 1, 2, 2, 4, 5, 6, 8, 11, 14, 17, 21, 25, 30, 35, 42, 49, 56, 65, 74, 84, 96, 108, 121, 135, 151, 167, 185, 205, 225, 247, 270, 295, 322, 350, 379, 411, 444, 479, 515, 554, 595, 638, 682, 729, 779, 830, 884, 940, 999, 1060, 1124, 1190, 1259, 1331, 1406
Offset: 2
Crossrefs
Cf. A062435.
Programs
-
Mathematica
Round[Log[n! ]^Log[Log[1 + n]]]
Comments