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

A039177
Numbers whose base-11 representation has the same number of 2's and 6's.
0
0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 20, 21, 28, 33, 34, 36, 37, 38, 40, 41, 42, 43, 44, 45, 47, 48, 49, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 68, 77, 78, 80, 81, 82, 84, 85, 86, 87, 88, 89, 91, 92, 93, 95, 96, 97, 98, 99, 100, 102, 103
OFFSET
1,3
MATHEMATICA
Select[Range[0, 200], DigitCount[#, 11, 2]==DigitCount[#, 11, 6]&] (* Harvey P. Dale, Apr 06 2023 *)
CROSSREFS
Sequence in context: A039233 A296095 A075748 * A058986 A184431 A078358
KEYWORD
nonn,base,easy
STATUS
approved