This is a problem that has haunted me for more than a month. Not all the time - but from time to time, and always on windy or rainy days, it suddenly reappears in my mind:
Assume that the sequence $\{F_{n}\}$ of Fibonacci numbers is defined by the recurrence relation:
$$F_n = F_{n-1} + F_{n-2} ,F_{1}=F_{2}=1.$$
Prove that there exist $i\in\mathbb{N}\setminus\{0\}$, such that $\dfrac{F_{i}}{2015}\in \mathbb{Z}$, and find the minimun of such $i$s.