%I #16 Nov 08 2017 08:56:01
%S 5,50,140,230,320,410,500,1040,1130,1220,1310,1400,2030,2120,2210,
%T 2300,3020,3110,3200,4010,4100,5000,10040,10130,10220,10310,10400,
%U 11030,11120,11210,11300,12020,12110,12200,13010,13100,14000,20030,20120
%N Multiples of 5 with digit sum 5.
%H Alois P. Heinz, <a href="/A069540/b069540.txt">Table of n, a(n) for n = 1..10000</a>
%t Select[5*Range[5000],Total[IntegerDigits[#]]==5&] (* _Harvey P. Dale_, Nov 08 2017 *)
%Y Cf. A069521 to A069530, A069532, A069533, A069534, A069535, A069536, A069537, A052217, A063997.
%Y Row n=5 of A245062.
%K base,nonn
%O 1,1
%A _Amarnath Murthy_, Apr 01 2002
%E Corrected and extended by _Ray Chandler_, Sep 28 2003