OFFSET
1,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..83
FORMULA
EXAMPLE
a(2) = 87178291200 since 87178291200 is the smallest factorial containing exactly two 1's.
MATHEMATICA
With[{fctrs=Range[100]!}, Table[First[Select[fctrs, DigitCount[#, 10, 1] == n&]], {n, 10}]] (* Harvey P. Dale, Sep 29 2011 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Jul 30 2002
STATUS
approved