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

A062425
Integer part of log(n!)^log(1 + log(n)).
1
1, 0, 1, 2, 4, 6, 10, 14, 19, 25, 33, 42, 52, 64, 78, 94, 112, 132, 154, 179, 206, 236, 270, 306, 345, 388, 434, 484, 538, 596, 658, 725, 796, 871, 952, 1037, 1128, 1224, 1325, 1433, 1546, 1665, 1791, 1923, 2061, 2207, 2360, 2519, 2686, 2861, 3044
OFFSET
1,4
MATHEMATICA
Join[{1}, Table[Floor[Log[n!]^Log[1+Log[n]]], {n, 2, 60}]] (* Harvey P. Dale, Jul 26 2011 *)
CROSSREFS
Cf. A062426.
Sequence in context: A024204 A036641 A260732 * A378195 A121386 A007777
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Jun 23 2001
STATUS
approved