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

A037324
Numbers whose base-5 and base-8 expansions have the same digit sum.
1
1, 2, 3, 4, 32, 33, 34, 90, 91, 92, 93, 94, 120, 121, 122, 123, 124, 145, 146, 147, 148, 149, 200, 201, 202, 203, 204, 232, 233, 234, 256, 257, 258, 259, 288, 289, 345, 346, 347, 348, 349, 456, 457, 458, 459, 488, 489, 540, 541
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[600], Total[IntegerDigits[#, 5]]==Total[IntegerDigits[ #, 8]]&] (* Harvey P. Dale, Sep 29 2011 *)
CROSSREFS
Sequence in context: A255253 A076592 A004844 * A067242 A028354 A028355
KEYWORD
nonn,base
STATUS
approved