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

A039062
Numbers whose base-8 representation has the same number of 2's and 3's.
1
0, 1, 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, 19, 26, 32, 33, 36, 37, 38, 39, 40, 41, 44, 45, 46, 47, 48, 49, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 83, 90, 96, 97, 100, 101, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113
OFFSET
1,3
MATHEMATICA
Select[Range[0, 150], DigitCount[#, 8, 2]==DigitCount[#, 8, 3]&] (* Harvey P. Dale, Jan 10 2025 *)
CROSSREFS
Sequence in context: A299536 A321025 A047569 * A067187 A321353 A161674
KEYWORD
nonn,base,easy,changed
STATUS
approved