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

A037328
Numbers whose base-6 and base-8 expansions have the same digit sum.
0
1, 2, 3, 4, 5, 40, 41, 72, 73, 74, 75, 76, 77, 112, 113, 144, 145, 146, 147, 148, 149, 184, 185, 464, 465, 466, 467, 534, 535, 570, 571, 572, 573, 574, 575, 606, 607, 672, 673, 674, 675, 676, 677, 708, 709, 710, 711, 744, 745, 746
OFFSET
1,2
MATHEMATICA
Select[Range[1000], Total[IntegerDigits[#, 6]]==Total[IntegerDigits[ #, 8]]&] (* Harvey P. Dale, Jul 22 2011 *)
CROSSREFS
Sequence in context: A261247 A153719 A024637 * A369782 A028427 A037329
KEYWORD
nonn,base
STATUS
approved