Let $m,n\in \mathbb{N}$. Prove that if $\gcd(2^m+1,2^n-1)=1$, then $\gcd(2^m+1,2^{3n}-1)=1$. It is equivalent to proving that if $\gcd(2^m+1,2^n-1)=1$, then $\gcd(2^m+1,2^{2n}+2^n+1)=1$.
I have verified the above question for $1\leq m,n \leq 8000$ by Matlab. Let $i, j$ be positive integers. I know that if $i$ is odd, then $\gcd(2^j+1,2^i-1)=1$. Therefore, considering the above question, we need to shou that if $n$ is even and $\gcd(2^m+1,2^n-1)=1$, then $\gcd(2^m+1,2^{3n}-1)=1$. However, I have not find an effective method to solve the above question. I know that $\gcd(a,b)=1$ if and only if there exists integers $x$ and $y$ such that $ax+by=1$.