Twin primes

3,5…5,7…11,13…17,19…29,31…41,43…59,61…101,103…107,109…137,139…

Since all primes larger than 2 and 3 are of the form 6x-1 and 6x+1, what is significant about the 6x values between the twins?

2/3…1…2…3…5…7…10…17…18…23…

:confused:

Any positive integer has to be expressible as one of the following:

6n
6n+1
6n+2
6n+3
6n+4
6n+5

Any number expressible as 6n+2 or 6n+4 is divisible by 2 and can’t be a prime. Any number expressible as 6n+3 is divisible by 3 and can’t be a prime. Any number expressible by 6n is divisible by both 2 and 3 and can’t be a prime.

So all primes must be expressible as either 6n+1 or 6n+5 (and 6n+5 is the same as 6n-1).

To take it a little further, you’ll see that any number that is expressible as 6n+5 will be divisible by 5 if n is divisible by 5. So you can use this to find larger primes which are not part of a pair.

For example, 6n+5 where n=100 is 605. 605 is divisible by 5 so it isn’t a prime. But 607 is a prime.

This won’t work if you choose a value for n that is divisible by both 5 and 7.

It sounds like you’re asking whether there’s something special about those multiples of 6 that occur between the members of a pair of twin primes, as opposed to multiples of 6 that don’t. As far as I know, the answer is no.

Yes, exactly.

To expand on what Little Nemo said, the special thing about 6 is that there are only two “spots” in that breakdown which allow primes. But for any composite number x, (especially ones which have more than one prime divisor,) there will be some values of y<x for which no nx+y is prime, and some y where nx+y primes are possible.

for x=10, the y values which allow primes are 1, 3, 7, and 9. Thus, all primes greater than 10 will end with one of those four digits in decimal notation.

for x=14, the y values which allow primes are 1, 3, 5, 9, 11, and 13. For x=12, the y values which allow primes are 1, 5, 7, and 11, (which is really repeating the twin prime cycle twice.)

And note the symmetry -
For x=10, y=+1, +3, -1, -3
For x=14, y=+1,+3, +5. -1, -3, -5
Which brings us to the story about how the various students prove all odd numbers are prime…

Math major - “3 is print, 3+2=5 is prime, 5+2=7 is prime, therefore by induction, all odd numbers are prime.”
Physics Major - “3 is prime, 5 is prime, 7 is prime, 9 - experimental error, 11 is prime, therefore all odd numbers are prime.”
Engineering student - “3 is prime, 5 is prime, 7 is prime, 9 is prime, 11 is prime, therefore all odd numbers are prime.”
Arts Major - “what’s a prime?”

Told this joke to my brother the engineer, he said, “ha ha - hey, wait a minute…”

There’s nothing inherently special about the 6n+1 and 6n-1 primes. They just happen to form an obvious pattern. Suppose instead of the product of 2 and 3, we started with the product of 2 and 5.

Then we could note that all integers are expressible as one of the following:
10n
10n+1
10n+2
10n+3
10n+4
10n+5
10n+6
10n+7 (10n-3)
10n+8
10n+9 (10n-1)

Now we eliminate the numbers that are products of 2 or 5 (just as we eliminated the numbers that are products of 2 or 3 previously): 10n, 10n+2, 10n+4, 10n+5, 10n+6, and 10n+8.

The possibilities we are left with are 10n+1, 10n+3, 10n+7, and 10n+9. In other words all primes larger than 2 and 5 are of the form 10n-1 or 3 and 10n+1 or 3.

You could do the same with any set of multiples and find equivalent patterns.

There are “prime decades” when all four numbers 10n+1, 10n+3, 10n+7, 10n+9 are prime. The first such is 11, 13, 17, 19 and the second is 101, 103, 107, 109. A little thought shows that this is the only way you can have twin primes separated by 4.

The decimal numbers 11 and 101 are prime. What is the next prime number, if any, which is one more than a power of ten (i.e. written in decimal as 1000…0001)?

Here’s a sorta-related thread from a couple months ago: Prime number generator - Factual Questions - Straight Dope Message Board

There are plenty more in the archives.

You mean one more than a power of two. And that would be 10001, or 17 in decimal notation.

No, I’m pretty sure septimus meant powers of ten–he never referred to binary notation. And it seems to be an interesting question. I’ve found a discussion where somebody claims to have checked 16 million numbers of this form (that is, up to 1 with sixteen million zeroes and a 1 at the end,) and not found a prime. On the other hand, nobody seems to have a generalized proof that no number of this sort would be prime.

from wikipedia,

for a value n to be between two twin primes it is necessary and sufficient that

   4((n-2)!+n+3 is divisible of (n-1)*(n+1)

I’m not sure that this is particularly useful, but there you are.

…Oh. So he didn’t. My apologies, septimus. I guess I just saw all those zeroes and ones and my brain jumped straight to binary.