Find gcd($2^{19} + 1$; $2^{86} + 1$)
It would be easy to give a formal proof for any gcd($2^{n} + 1$; $2^{m} + 1$) based on Proving that $\gcd(2^m - 1, 2^n - 1) = 2^{\gcd(m,n )} - 1$ if $m$, $n$ were uneven but the problem is: $86$ is an even number. What to do then? Can i solve it without finding an ultimate solution for any n, m? (Like, an easier way for this exact problem)