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

A037319
Numbers whose base-4 and base-8 expansions have the same digit sum.
0
1, 2, 3, 24, 25, 26, 27, 64, 65, 66, 67, 88, 89, 90, 91, 128, 129, 130, 131, 152, 153, 154, 155, 192, 193, 194, 195, 216, 217, 218, 219, 528, 529, 530, 531, 552, 553, 554, 555, 592, 593, 594, 595, 616, 617, 618, 619, 656, 657, 658
OFFSET
1,2
MATHEMATICA
Select[Range[700], Total[IntegerDigits[#, 4]]==Total[IntegerDigits[#, 8]]&] (* Harvey P. Dale, Aug 30 2015 *)
CROSSREFS
Sequence in context: A092043 A343206 A055067 * A032811 A092049 A257789
KEYWORD
nonn,base
STATUS
approved