
Given the list of the first n primes, 2, 3, 5,…, the product of the primes plus one will be coprime to the list of primes used. For example:
and 3 is coprime to 2.
and 7 is coprime to 2 and 3.
Will always be a prime number?
Will ever be a square number?
The first value of that is not a prime number is
.
will never be a square number.
If is a square number this can be written as:
must either be both odd or both even for this result to hold.
has a single even factor of 2.
and
cannot both be odd as this would result in
being odd.
and
cannot both be even as this would mean 4 was a factor of
.
Therefore will never be a square number.



