Consider $n = 2,3,4,5$ for which we have the corresponding $N=3,8,15,24$.
In fact, so are the numbers up to 15: Their GCD is 1.
How can I prove that these expressions are always relatively prime to each other (or not)?
Consider $n = 2,3,4,5$ for which we have the corresponding $N=3,8,15,24$.
In fact, so are the numbers up to 15: Their GCD is 1.
How can I prove that these expressions are always relatively prime to each other (or not)?
Hint $:$
Proof $:$
Let $\text {gcd} (a,b) = d$ then $d \mid a,d \mid b$ $\implies d \mid ax+by = 1$ $\implies d=1.$
Now use the hint given by Bill Dubuque in his comment above to complete the proof.