login
A039579
Numbers whose base-6 representation has the same number of 0's, 2's and 5's.
0
1, 3, 4, 7, 9, 10, 19, 21, 22, 25, 27, 28, 43, 45, 46, 55, 57, 58, 61, 63, 64, 77, 102, 115, 117, 118, 127, 129, 130, 133, 135, 136, 151, 153, 154, 163, 165, 166, 169, 171, 172, 182, 192, 233, 248, 259, 261, 262, 271, 273, 274, 277, 279, 280, 293, 318, 331, 333
OFFSET
1,2
MATHEMATICA
Select[Range[400], DigitCount[#, 6, 0]==DigitCount[#, 6, 2]==DigitCount[#, 6, 5]&] (* Harvey P. Dale, Apr 30 2022 *)
CROSSREFS
Cf. A007092.
Sequence in context: A240531 A212013 A256761 * A274794 A115104 A095043
KEYWORD
nonn,base,easy
STATUS
approved