Comment Re:Really? (Score 1) 189
This proof covers both parts of the original assertion, i.e. n = 0 mod 3 implies both that nth and (n-1)th terms of sequence are equal to 0 mod 3.
The assertion is clearly true for n=3.
Now for the case where you're adding n on at the end. This number looks like:
{the (n-3)rd number in the sequence}{digits of n-2}{digits of n-1}{digits of n}
The n-3rd number is divisible by 3 by the induction hypothesis. The digits of n-2 and n-1 are respectively -2 and -1 mod 3, so adding them together is 0 mod 3, and n itself is 0 mod 3, so the nth term of the sequence must also be divisible by 3.