Stumbled across a question today and to me it makes very little sense and I have no idea as to how one would approach this question and thus solve it, anyone have any ideas? Would be much appreciated.
Question: If you can increase a natural number by the sum of its digits per single move, from the natural $1$, can you get to $2019\,2019\,2019\,2019$ after a finite number of steps?
The only idea I have is that I have heard before that $3$ has some significance with digit sums but I don't know how that links in.
Thanks in advance.
If the remainder of $n$ is $2$ then $n=3a+2$, the sum of its digits is $s=3b+2$ and $n+s=3(a+b)+4=3(a+b+1)+1$, that is the next remainder is $1$.
So the sequence of remainders $1,2,1,2,1,2...$ repeats forever.
– Robert Z Aug 10 '19 at 08:16