login
A039586
Numbers whose base-6 representation has the same number of 1's, 3's and 4's.
0
0, 2, 5, 12, 14, 17, 30, 32, 35, 58, 63, 72, 74, 77, 84, 86, 89, 102, 104, 107, 118, 133, 153, 163, 180, 182, 185, 192, 194, 197, 210, 212, 215, 238, 243, 310, 315, 328, 340, 348, 350, 353, 358, 363, 375, 378, 380, 383, 393, 418, 423, 432, 434, 437, 444, 446
OFFSET
1,2
MATHEMATICA
Select[Range[0, 500], DigitCount[#, 6, 1]==DigitCount[#, 6, 3] == DigitCount[ #, 6, 4]&] (* Harvey P. Dale, Aug 03 2021 *)
CROSSREFS
Cf. A007092.
Sequence in context: A305310 A353244 A368134 * A352785 A114217 A286255
KEYWORD
nonn,base,easy
STATUS
approved