login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A062474
Nearest integer to log(n!)^(1 + log(n)).
1
0, 1, 3, 16, 60, 192, 552, 1439, 3469, 7836, 16746, 34119, 66688, 125668, 229261, 406311, 701575, 1183187, 1953088, 3161413, 5026098, 7859320, 12102784, 18374396, 27529455, 40740236, 59598715, 86248245, 123551209, 175301158
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,3
LINKS
Table of n, a(n) for n=1..30.
MATHEMATICA
Table[Floor[Log[n!]^(1+Log[n])+1/2], {n, 30}] (*
Harvey P. Dale
, Nov 29 2011 *)
CROSSREFS
Cf.
A062473
.
Sequence in context:
A005550
A210323
A379540
*
A073999
A259056
A155160
Adjacent sequences:
A062471
A062472
A062473
*
A062475
A062476
A062477
KEYWORD
nonn
,
easy
AUTHOR
Olivier Gérard
, Jun 23 2001
STATUS
approved