A382413 Numbers with at least one zero in their base-7 representation.
0, 7, 14, 21, 28, 35, 42, 49, 50, 51, 52, 53, 54, 55, 56, 63, 70, 77, 84, 91, 98, 99, 100, 101, 102, 103, 104, 105, 112, 119, 126, 133, 140, 147, 148, 149, 150, 151, 152, 153, 154, 161, 168, 175, 182, 189, 196, 197, 198, 199, 200, 201, 202, 203, 210, 217, 224, 231, 238
Offset: 1
Links
- Paolo Xausa, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Range[0, 250], DigitCount[#, 7, 0] > 0 &]