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