**The number sequence $1,9,8,2...$ is defined so that $t_n$ is the last digit of $t_{n-1}+t_{n-2}+t_{n-3}+t_{n-4}$ for $n>4$
Will the numbers $3,0,4,4$ ever occur in the sequence order?
To examine this I first noted that if we continue the rule forward we get $3,0,4,4,1,9,8,2$
So we repeat the sequence from the start.
It is clear from the pigeon-hole principle that the sequence must repeat at some point. However, I am not sure how to prove that we do not hit some intermediate loop and therefore never return to the beginning?