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