OFFSET
1,1
LINKS
Carole Dubois, Table of n, a(n) for n = 1..5001
EXAMPLE
a(1) = 29 and 29 is 11*2 with remainder 7;
a(2) = 37 and 37 is 10*3 with remainder 7; etc.
PROG
(PARI) isok(n) = n%sumdigits(n) == 7; \\ Michel Marcus, Feb 06 2021
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini and Carole Dubois, Feb 06 2021
STATUS
approved