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

A039183
Numbers whose base-11 representation has the same number of 3's and 5's.
0
0, 1, 2, 4, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 38, 44, 45, 46, 48, 50, 51, 52, 53, 54, 58, 66, 67, 68, 70, 72, 73, 74, 75, 76, 77, 78, 79, 81, 83, 84, 85, 86, 87, 88, 89, 90, 92, 94, 95, 96, 97, 98, 99, 100, 101, 103
OFFSET
1,3
MATHEMATICA
Select[Range[0, 110], DigitCount[#, 11, 3]==DigitCount[#, 11, 5]&] (* Harvey P. Dale, Apr 21 2011 *)
CROSSREFS
Sequence in context: A228728 A138888 A039240 * A039136 A299491 A039098
KEYWORD
nonn,base,easy
STATUS
approved