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

A062426
Nearest integer to log(n!)^log(1 + log(n)).
1
1, 1, 2, 3, 4, 7, 10, 14, 19, 26, 33, 42, 52, 65, 78, 94, 112, 132, 154, 179, 207, 237, 270, 306, 346, 388, 435, 485, 539, 597, 659, 725, 796, 872, 952, 1038, 1128, 1224, 1326, 1433, 1546, 1666, 1791, 1923, 2062, 2207, 2360, 2520, 2687, 2862, 3044
OFFSET
1,3
MATHEMATICA
Join[{1}, Table[Round[Log[n!]^Log[1 + Log[n]]], {n, 2, 60}]]
CROSSREFS
Cf. A062425.
Sequence in context: A189720 A072958 A353837 * A184639 A035565 A240489
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Jun 23 2001
STATUS
approved