A382416 Numbers with at least one zero in their base-6 representation.
0, 6, 12, 18, 24, 30, 36, 37, 38, 39, 40, 41, 42, 48, 54, 60, 66, 72, 73, 74, 75, 76, 77, 78, 84, 90, 96, 102, 108, 109, 110, 111, 112, 113, 114, 120, 126, 132, 138, 144, 145, 146, 147, 148, 149, 150, 156, 162, 168, 174, 180, 181, 182, 183, 184, 185, 186, 192, 198
Offset: 1
Links
- Paolo Xausa, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Range[0, 200], DigitCount[#, 6, 0] > 0 &]