A382418 Numbers with at least one zero in their base-9 representation.
0, 9, 18, 27, 36, 45, 54, 63, 72, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 99, 108, 117, 126, 135, 144, 153, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 180, 189, 198, 207, 216, 225, 234, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 261, 270, 279, 288, 297
Offset: 1
Links
- Paolo Xausa, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Range[0, 300], DigitCount[#, 9, 0] > 0 &]