How to find a set of numbers which are coprime to each other (all numbers are pairwise co prime) ?
the numbers can be assumed to be less than a specific integers. like all numbers in the range [0,x]
How to find a set of numbers which are coprime to each other (all numbers are pairwise co prime) ?
the numbers can be assumed to be less than a specific integers. like all numbers in the range [0,x]
Fermat numbers $F_n=2^{2^n}+1$ are pairwise coprime, see this MSE-question. This is a nice example. Of course, there are many others, for example the set of all prime numbers.