OFFSET
1,1
COMMENTS
There are 1437 terms < 10^7.
Asymptotic density 1/35 = 0.0285.... - Charles R Greathouse IV, Mar 11 2011
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
numdig = 6; Select[Range[1679832], Length[(u = Union[Select[IntegerDigits[#], #1 > 1 &]])] >= numdig && Plus @@ (Boole@Divisible[#, u]) >= numdig &] (* Amiram Eldar, Aug 30 2020 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Mar 11 2011
STATUS
approved