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

A039194
Numbers whose base-11 representation has the same number of 4's and 10's.
0
0, 1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 22, 23, 24, 25, 27, 28, 29, 30, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 66, 67, 68, 69, 71, 72, 73, 74, 75, 77, 78, 79, 80, 82, 83, 84, 85, 86, 88, 89, 90, 91, 93, 94
OFFSET
1,3
MATHEMATICA
Select[Range[0, 100], DigitCount[#, 11, 4]==DigitCount[#, 11, 10]&] (* Harvey P. Dale, Jul 26 2018 *)
CROSSREFS
Sequence in context: A039252 A332484 A360556 * A242485 A099354 A039115
KEYWORD
nonn,base,easy
STATUS
approved