OFFSET
1,1
EXAMPLE
a(2)=1307674368000 so 1307674368000 is the smallest factorial containing exactly two 6's.
MATHEMATICA
With[{f=Range[300]!}, Table[SelectFirst[f, DigitCount[#, 10, 6]==n&], {n, 10}]] (* The program uses the SelectFirst function from Mathematica version 10 *) (* Harvey P. Dale, May 23 2015 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Jul 30 2002
EXTENSIONS
One additional term (a(7)) from Harvey P. Dale, May 23 2015
STATUS
approved