OFFSET
1,2
COMMENTS
These are all the divisors of zero in carryless arithmetic mod 10. E.g. 5 * 44 = 0.
LINKS
David Applegate, Marc LeBrun and N. J. A. Sloane, Carryless Arithmetic (I): The Mod 10 Version.
MATHEMATICA
With[{upto=410}, Select[Union[Join[Select[Range[upto], And@@EvenQ[ IntegerDigits[#]]&], FromDigits/@Tuples[{5, 0}, Ceiling[Log[ 10, upto]]]]], #<=upto&]] (* Harvey P. Dale, Aug 05 2011 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved