3

Wondered whether the following equation holds true for all twin primes such that where $a$ and $b$ are twin primes and where $b=a+2$, then $3\left[\left(\frac{a+b}{2}\right)^2-1\right]+2 = NP$. Where $NP$ is a prime number?

I noticed while playing around with numbers that where

$y=(x^2)-1$ then $y=(x+1)(x-1)$. From this I found some twin primes chosen at random using the first equation above gave further larger primes.

First question on the site, so sincere apologies if the equation format is not perfect for posting here and or there are flaws in what I have observed.

JimmyK4542
  • 54,331
anovice
  • 31
  • I tried to improve your post using $\LaTeX$ (for better readability). Please check whether these edits did not unintentionally change the meaning of your post. – JimmyK4542 Sep 02 '14 at 22:16
  • @JimmyK4542 "whether these posts intentionally changed the meaning" Paraphrasing there, I hear people do that double negative often, just letting you know. –  Sep 03 '14 at 03:45
  • Sorry, I blindly copied one of the comment templates here without reading it. – JimmyK4542 Sep 03 '14 at 03:50

2 Answers2

8

Let $a=41$, $b=43$. Then your candidate number is

$$ 3\left[42^2-1\right] + 2 = 5291=11(13)(37) \, . $$

It's not surprising that your formula gives a prime result for many small numbers. Notice that $b=a+2$, so \begin{eqnarray} 3\left[\left(\frac{a+b}{2}\right)^2-1\right]+2&=&3\left[\left(\frac{2a+2}{2}\right)^2-1\right]+2\\ &=& 3[(a+1)^2-1]+2 \\ &=& 3(a+2)(a)+2 \quad \text{(by the difference of two squares formula)}\\ &=& 3a^2+6a+2 \, . \end{eqnarray}

Now, $3a^2+6a+2$ is obviously odd whenever $a$ is odd, and can never be a multiple of $3$. It's also true (but less obvious) that it's never a multiple of $5$ or $7$. When $a$ is fairly small, this means there aren't very many prime factors left that your number could have, so it's very difficult for it not to be prime!

Micah
  • 38,108
  • 15
  • 85
  • 133
  • Thankyou. Exactly. And this is the problem with all modern algorithms for finding primes, except for the Log/Logn methods. These work (97.7%) because they take account of "all" the numbers of whols integers on the "Real" number line. So the question is: Is there a method for finding primes such that "All odd numbers (which are prime) are treated by calculations equally? And, if so, is there a definitive method for treating these numbers, in terms of the basic methods (adding, subtraction, multiplication, and division) such that a pattern can be derived? I am looking at all odd numbers. – anovice Sep 03 '14 at 14:13
2

For $a=41$, $b=43$, $$3\left[\left(\frac{a+b}{2}\right)^2-1\right]+2 = 5291 =(11)(13)(37).$$