What is the largest positive integer such that you can find a prime number where the following numbers are also prime?
In other words, what is the most number of times you will ever be able to add 6 to a prime number > 6 and get a prime number?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Consider these numbers:
These all have a different value (modulo 5), so exactly one divides by five, and therefore is not prime. (Unless it is 5, but 5 isn't allowed since the first number must be > 6).
This gives us an upper bound of n = 3 .
Also, we can achieve this with the numbers 11, 17, 23, and 29.