Given $a,b\in\mathbb Z^+$, and let $F_{a,b}:\mathbb N\to\mathbb N$ be a function such that $F_{a,b}(0)=0$ and $F_{a,b}(n+1)=a\cdot F_{a,b}(n)+b\cdot F_{a,b}(n-1)$. $F_{1,1}$ correspond to the Fibonacci function if $F_{1,1}(1)=1$.
Conjecture which I would like to see proved:
If $a,b$ are co-prime and $F_{a,b}(1)\in \mathbb Z^+$, then $F_{a,b}(\gcd(m,n))=\gcd(F_{a,b}(n),F_{a,b}(m))$
I guess that some formulation of the conjecture is true for all homogeneous linear recurrence relations with constant coefficients of degree > 1, but I have only (randomly) tested it for degree 2.
See also A generalization of a divisibility relation for Fibonacci numbers