OFFSET
1,1
COMMENTS
Numbers n for which [n mod s(n)]=1, where s(n) is the sum of the digits of n.
z-Niven numbers with A=1 and B=-1 (see comment in A005349).
First pair of consecutive numbers is {232,233}.
LINKS
Paolo P. Lava, Table of n, a(n) for n = 1..10000
EXAMPLE
s(43)=7 and 6*7+1=43.
MAPLE
PROG
(Magma) [n: n in [1..721] | n mod s eq 1 where s is &+Intseq(n)]; // Bruno Berselli, Mar 29 2012
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Paolo P. Lava, Mar 29 2012
STATUS
approved