Consider the formula $$400*k^2 + 100k + 3$$ where k are whole positive integers.
The outcome of the modulo 12 values of x respectively seems to be: 11, 3, 3, 11, 3, 3 etc.
This question comes up while trying to prove some specific propery of odd triangular numbers on my own. I specifically need to prove that the outcome modulo 12 is never equal to 1.
Suppose that $400k^2+100k+3 \equiv 1 \ ({\sf mod} \ 12)$. Then $400k^2+100k+2 \equiv 0 \ ({\sf mod} \ 12)$, or $200k^2+50k+1 \equiv 0 \ ({\sf mod} \ 6)$, which means that the odd number $200k^2+50k+1$ is a multiple of $6$ which is impossible.