LinearRecursion

Problem - 2261

Let $F(1)=1, F(2)=1, F(n+2)= F(n+1)+F(n)$ be the Fibonacci sequence. Prove if $i | j$, then $F(i) | F(j)$. In another word, every $k^{th}$ element is a multiple of $F(k)$.


report an error