login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A204633
Least k such that k!*n! contains every digit at least once.
1
23, 23, 17, 25, 18, 17, 23, 21, 18, 17, 17, 19, 15, 17, 16, 12, 14, 2, 4, 11, 18, 7, 4, 0, 9, 3, 3, 0, 6, 2, 2, 0, 4, 0, 0, 0, 0, 0, 3, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
OFFSET
0,1
COMMENTS
It is extremely probable that a(n) = 0 for all n >= 42.
MATHEMATICA
Table[k=0; While[!Length[Union[IntegerDigits[k!*n!]]]==10, k++]; k, {n, 0, 60}]
CROSSREFS
Sequence in context: A374669 A255221 A072135 * A010862 A291570 A141460
KEYWORD
nonn,base
AUTHOR
Michel Lagneau, Jan 17 2012
STATUS
approved