Calculate $\gcd(c^a+1,c^b+1)$

71 Views Asked by At

Given positive integers $a$, $b$ and $c$, I'd like to ask whether we may adopt some variant of the Euclidean algorithm to calculate $\gcd(c^a+1,c^b+1)$ fast?