I would appreciate if somebody could help me with the following problem:
Q: How to proof?
If $\{a_n\}$ satisfy $a_{1}=a$, $a_2=b$, $a_{n+2}=a_{n+1}+a_{n}$($a,b$: positive integers)
then proof that $\frac{a_{4n}-a_2}{a_{2n+1}}$ : integer
I try start by mathematical induction but...., find $f(n)=\frac{a_{4n}-a_2}{a_{2n+1}}$ $f(1)=1$, $f(2)=4$, $f(3)=11$, $f(4)=29$,...
Then $F_{k+1}=AF_k$ and $F_n=A^nF_0$ with $a_0=0$.
The eigenvalues and a set of corresponding eigenvectors then give you a closed form expression of $F_n$, which means you have a closed form expression for $a_n$.
– Jun 26 '19 at 15:40