Is This Formula for Generating Primes New?

  • Context: Graduate 
  • Thread starter Thread starter Loren Booda
  • Start date Start date
  • Tags Tags
    Generator Prime
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Loren Booda
Messages
3,115
Reaction score
4
Somewhere between brute force and Mersenne derivation of primes is the formula I found,

[tex]\prod_{n=1}^Np_n-1=p_Z[/tex]

I guess it would generate more primes pZ than Mersenne in a given interval, but requires knowledge of all primes to pN, the Nth prime. It may produce only primes, rather than Mersenne's hit-or-miss search. The pn here are supposed to follow 2, 3, 5, 7, 11, 13, 17...pN, but the formula might work somewhat with an incomplete sequence of primes.

Have I discovered anything new here? The equation is so simple and effective that it must have already been found.
 
Physics news on Phys.org
Loren Booda said:
Somewhere between brute force and Mersenne derivation of primes is the formula I found,

[tex]\prod_{n=1}^Np_n-1=p_Z[/tex]

I guess it would generate more primes pZ than Mersenne in a given interval, but requires knowledge of all primes to pN, the Nth prime. It may produce only primes, rather than Mersenne's hit-or-miss search. The pn here are supposed to follow 2, 3, 5, 7, 11, 13, 17...pN, but the formula might work somewhat with an incomplete sequence of primes.

Have I discovered anything new here? The equation is so simple and effective that it must have already been found.
The above formula has been used to prove that there are an infinite number of primes and is well known. Unfortunately I believe the larger n is the less chance that the number is prime even though it is clear that all primes up through the Nth prime do not divide this number.
 
2*3*5*7*11*17-1 = 107*367

(you are not the first one with this idea :wink:)