We are given the sequence $k$n = 6$^{{({2}^n)}}$ + 1. We must prove that the elements of this sequence are pairwise co-prime, i.e prove that if m $\neq$ n then $gcd$($k$m,$k$n) = $1$.
I have proved that $k$n | ($k$n+1 - $2$) however I can't seem to extend this proof in order to prove every element is co prime.
All help would be greatly appreciated, cheers.
If $p|k_n$, then $p|(k_{n+1}-2)$. If also $p|k_{n+1}$, then $$p|\big(k_{n+1}-(k_{n+1}-2)\big)$$ or $p|2$. Hence the only prime that could divide both $k_n$ and $k_{n+1}$ is $2$. However all the terms are odd, so $\gcd(k_n,k_{n+1})=1$.
Now, you need a similar relationship between $k_n$ and $k_{n+m}$.