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

A187238
Numbers divisible by at least four of their digits, different and >1.
8
2364, 2436, 3264, 3276, 3492, 3624, 3648, 3864, 3924, 4236, 4368, 4392, 4632, 4872, 4896, 4932, 4968, 6324, 6384, 6432, 6984, 8496, 8736, 9324, 9432, 9648, 9864, 12384, 12648, 12768, 12864, 13248, 13824, 13896, 13968, 14328, 14728, 14832, 16248, 16824, 17248, 18264
OFFSET
1,1
COMMENTS
There are 14594 terms < 10^6.
Asymptotic density 10/63 = 0.158.... - Charles R Greathouse IV, Mar 11 2011
LINKS
MATHEMATICA
numdig = 4; Select[Range[23640], Length[(u = Union[Select[IntegerDigits[#], #1 > 1 &]])] >= numdig && Plus @@ (Boole@Divisible[#, u]) >= numdig &] (* Amiram Eldar, Aug 30 2020 *)
CROSSREFS
Subsequence of A187398.
Sequence in context: A081208 A250990 A269483 * A247923 A186785 A185607
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Mar 11 2011
STATUS
approved