A382415 Numbers with at least one zero in their base-5 representation.
0, 5, 10, 15, 20, 25, 26, 27, 28, 29, 30, 35, 40, 45, 50, 51, 52, 53, 54, 55, 60, 65, 70, 75, 76, 77, 78, 79, 80, 85, 90, 95, 100, 101, 102, 103, 104, 105, 110, 115, 120, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145
Offset: 1
Links
- Paolo Xausa, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Range[0, 150], DigitCount[#, 5, 0] > 0 &]