A069540 Multiples of 5 with digit sum 5.
5, 50, 140, 230, 320, 410, 500, 1040, 1130, 1220, 1310, 1400, 2030, 2120, 2210, 2300, 3020, 3110, 3200, 4010, 4100, 5000, 10040, 10130, 10220, 10310, 10400, 11030, 11120, 11210, 11300, 12020, 12110, 12200, 13010, 13100, 14000, 20030, 20120
Offset: 1
Links
- Alois P. Heinz, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[5*Range[5000],Total[IntegerDigits[#]]==5&] (* Harvey P. Dale, Nov 08 2017 *)
Extensions
Corrected and extended by Ray Chandler, Sep 28 2003