Let $a_n$ be a sequence given by formula:
$a_1=1\\a_2=2012\\a_{n+2}=a_{n+1}+a_{n}$
find the value: $a_{2012}\pmod{2012}$
So, in fact, we have to find the value of $Fib_{2011}\pmod{2012}$ ($2011$-th term of Fibonacci sequence mod 2012) and I think it's the better way to think about it.
But don't know how to do that. I would be very grateful for help, because the problem intrigued me a lot.