OFFSET
1,1
LINKS
Carole Dubois, Table of n, a(n) for n = 1..5001
EXAMPLE
a(1) = 79 and 79 is 16*4 with remainder 15;
a(2) = 287 and 287 is 17*16 with remainder 15; etc.
MATHEMATICA
Select[Range[2000], Mod[#, Total[IntegerDigits[#]]]==15&] (* Harvey P. Dale, Sep 03 2021 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Carole Dubois, Feb 06 2021
STATUS
approved