A385295 Numbers whose digits all belong to the same residue class mod 6.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 17, 22, 28, 33, 39, 44, 55, 60, 66, 71, 77, 82, 88, 93, 99, 111, 117, 171, 177, 222, 228, 282, 288, 333, 339, 393, 399, 444, 555, 600, 606, 660, 666, 711, 717, 771, 777, 822, 828, 882, 888, 933, 939, 993, 999, 1111, 1117, 1171, 1177, 1711, 1717, 1771, 1777, 2222
Offset: 1
Links
- Alois P. Heinz, Table of n, a(n) for n = 1..14352 (first 1000 termss from Stefano Spezia)
Crossrefs
Programs
-
Mathematica
Select[Range[0,2300],Length[DeleteDuplicates[Mod[IntegerDigits[#],6]]] == 1 &]