OFFSET
1,2
COMMENTS
After the initial 1, all terms are multiples of three.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..500 (terms 1..120 from Antti Karttunen)
MATHEMATICA
max = 8; Select[Range[max!], FreeQ[(d = IntegerDigits[#, MixedRadix[Range[max, 2, -1]]]), 0] && Divisible[#, Times @@ d] &] (* Amiram Eldar, Feb 16 2021 *)
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Jun 18 2017
STATUS
approved