A220076 Numbers with exactly six distinct base-10 digits.
102345, 102346, 102347, 102348, 102349, 102354, 102356, 102357, 102358, 102359, 102364, 102365, 102367, 102368, 102369, 102374, 102375, 102376, 102378, 102379, 102384, 102385, 102386, 102387, 102389, 102394, 102395, 102396, 102397, 102398, 102435, 102436
Offset: 1
Programs
-
Mathematica
Select[Range[100000, 103000], Length[Union[IntegerDigits[#]]] == 6 &] (* T. D. Noe, Dec 04 2012 *)
Extensions
Corrected by T. D. Noe, Dec 04 2012
Comments