OFFSET
1,2
COMMENTS
Zuckerman numbers (A007602) correspond to numbers divisible by the product of their digits.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
EXAMPLE
PROG
(PARI) { for (n=1, 7119, p=vecprod(digits(n)); if (p && n%p==0, print1 (p", "))) }
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Jan 24 2023
STATUS
approved