OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
pmsQ[n_]:=Module[{idn=IntegerDigits[n], x}, x=Times@@idn-Total[idn]; x!=0 && Divisible[n, x]]; Select[Range[200], pmsQ] (* Harvey P. Dale, Oct 11 2011 *)
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
STATUS
approved