I have given the sequence $A_i = K+i^2$ for a given integer $K$ and it looks like: $K+1,K+4,K+9,\dots$
Now I want to consider $gcd(A_i,A_{i+1})$, where gcd(A,B) denotes the greatest common divisor between A and B. So is there something special of gcd of consecutive perfect squares shifted by $K$?
Can I simplify this expression? Any help would be greatly appreciated!