login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A039578
Numbers whose base-6 representation has the same number of 0's, 2's and 4's.
0
1, 3, 5, 7, 9, 11, 19, 21, 23, 31, 33, 35, 43, 45, 47, 55, 57, 59, 67, 69, 71, 76, 96, 115, 117, 119, 127, 129, 131, 139, 141, 143, 146, 156, 187, 189, 191, 199, 201, 203, 211, 213, 215, 232, 242, 259, 261, 263, 271, 273, 275, 283, 285, 287, 292, 312, 331, 333
OFFSET
1,2
MATHEMATICA
Select[Range[400], DigitCount[#, 6, 0]==DigitCount[#, 6, 2] == DigitCount[ #, 6, 4]&] (* Harvey P. Dale, Feb 29 2016 *)
CROSSREFS
Cf. A007092.
Sequence in context: A318777 A152484 A071643 * A033032 A103148 A211138
KEYWORD
nonn,base,easy
STATUS
approved