[go: up one dir, main page]

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”).

A068183
Largest number without decimal digits equal to 1 whose product of digits gives n!.
10
2, 32, 3222, 53222, 5332222, 75332222, 75332222222, 7533332222222, 755333322222222
OFFSET
2,1
COMMENTS
Maximal solutions are obtained from the concatenation of distinct prime factors that have one decimal digit. The sequence is finite because, for n>10, n! has 2-digit prime factors.
FORMULA
a(n)=Max{x; f[x]=n!}, where x has no digit=1 and f[x_] := Apply[Times, IntegerDigits[x]].
KEYWORD
base,fini,nonn,full
AUTHOR
Labos Elemer, Feb 18 2002
STATUS
approved