OFFSET
1,3
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000 (* Identical to file previously submitted by Clark Kimberling except for first term. *)
EXAMPLE
a(11) = 13 because 4^12 < 11! <= 4^13.
MATHEMATICA
Ceiling[Log[4, Range[100]!]](* Harvey P. Dale, Jul 21 2016 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 17 2012
EXTENSIONS
Corrected (a(1) changed to zero) by Harvey P. Dale, Jul 21 2016
STATUS
approved