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