What are the general forms of mutually prime numbers?

90 Views Asked by At

One example I came across for two mutually prime numbers is $m(n + 1) + 1$ and $m(n + 1) - n$ for any two $m, n$ natural numbers. Are there any other such procedures for generation of mutually prime numbers? Is there any reference where I can get these forms?