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”).

A039098
Numbers whose base-9 representation has the same number of 3's and 5's.
0
0, 1, 2, 4, 6, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 20, 22, 24, 25, 26, 32, 36, 37, 38, 40, 42, 43, 44, 48, 54, 55, 56, 58, 60, 61, 62, 63, 64, 65, 67, 69, 70, 71, 72, 73, 74, 76, 78, 79, 80, 81, 82, 83, 85, 87, 88, 89, 90, 91, 92, 94, 96, 97, 98, 99, 100, 101, 103
OFFSET
1,3
MATHEMATICA
Select[Range[0, 150], DigitCount[#, 9, 3]==DigitCount[#, 9, 5]&] (* Harvey P. Dale, Sep 30 2019 *)
CROSSREFS
Cf. A007095.
Sequence in context: A039183 A039136 A299491 * A015860 A147613 A155939
KEYWORD
nonn,base,easy
STATUS
approved