A382417 Numbers with at least one zero in their base-8 representation.
0, 8, 16, 24, 32, 40, 48, 56, 64, 65, 66, 67, 68, 69, 70, 71, 72, 80, 88, 96, 104, 112, 120, 128, 129, 130, 131, 132, 133, 134, 135, 136, 144, 152, 160, 168, 176, 184, 192, 193, 194, 195, 196, 197, 198, 199, 200, 208, 216, 224, 232, 240, 248, 256, 257, 258, 259, 260
Offset: 1
Links
- Paolo Xausa, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Range[0, 300], DigitCount[#, 8, 0] > 0 &]
Comments