A174995 Products of decimal digits.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 24, 25, 27, 28, 30, 32, 35, 36, 40, 42, 45, 48, 49, 54, 56, 63, 64, 72, 81
Offset: 1
Programs
-
Mathematica
Union[Times@@@Tuples[Range[0,9],2]] (* Harvey P. Dale, Oct 08 2011 *)
Comments