Question: If $n$ is a positive number I write $a(n) =1+n+n^2$. Let $s$ be a fixed positive number. Is it true the $\gcd(a_n+1, a_{n+s})$ will be a divisor of $1+5s^2+s^4$?
For example if $n=1$ and $s=3$ then $\gcd(4,21)=1$ which is a divisor of $1+5*3^2+3^4=127$, since $1 |127$. On the other hand if $n=106$ then $\gcd(10922,11557)=127$ and $127 |127$.