%I #10 Jun 21 2021 02:47:40
%S 1,2,3,4,32,33,34,90,91,92,93,94,120,121,122,123,124,145,146,147,148,
%T 149,200,201,202,203,204,232,233,234,256,257,258,259,288,289,345,346,
%U 347,348,349,456,457,458,459,488,489,540,541
%N Numbers whose base-5 and base-8 expansions have the same digit sum.
%H Harvey P. Dale, <a href="/A037324/b037324.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Range[600],Total[IntegerDigits[#,5]]==Total[IntegerDigits[ #,8]]&] (* _Harvey P. Dale_, Sep 29 2011 *)
%K nonn,base
%O 1,2
%A _Clark Kimberling_