How to prove that:
If $a$ is even and $b$ is odd then $\gcd(2^{a}+1,2^{b}+1)=1$
This statement is generalization of the statement from my previous question.
I have checked for many $(a,b)$ pairs using Maple, and $\gcd(2^{a}+1,2^{b}+1)$ is always $1$
For example : $\gcd(2^{66}+1,2^{33}+1)=1 , \gcd(2^{4422}+1,2^{3333}+1)=1$ and so on.
Looking for a counterexample with $a$ is even and $b$ is odd and $\gcd(2^{a}+1,2^{b}+1)=k \gt 1$ then
This is not possible, since the primes $p$ such that the order of $2 \mod p$ is odd (OEIS A014663) are also the primes $p$ which do not divide $2^n+1$ for any $n$. Since there are no counterexamples with $a$ and $b$ different parities, the assertion is true.