OFFSET
0,2
COMMENTS
Number of binary digits in the factorial of the smallest positive integer having more than n binary digits.
LINKS
Jon E. Schoenfield, Table of n, a(n) for n=0..100
MATHEMATICA
Table[IntegerLength[(2^n)!, 2], {n, 0, 30}] (* Harvey P. Dale, Apr 21 2014 *)
CROSSREFS
KEYWORD
nonn,base,less
AUTHOR
Jon E. Schoenfield, Dec 03 2008
STATUS
approved