Right. Get back to you with the solution as soon as I have a moment.
Hurkyl
Oct11-08, 04:09 PM
Ooh, I've figured it out. The prime numbers appear precisely at those integers that have exactly two positive factors!
ƒ(x)
Oct11-08, 04:28 PM
Do you mean besides 1 and the number itself?
ƒ(x)
Oct11-08, 04:29 PM
Ooh, I've figured it out. The prime numbers appear precisely at those integers that have exactly two positive factors!
Um, correct me if I'm wrong, but prime numbers don't have factors.
epkid08
Oct11-08, 05:51 PM
Um, correct me if I'm wrong, but prime numbers don't have factors.
How can a number not have factors?
CRGreathouse
Oct11-08, 08:53 PM
Um, correct me if I'm wrong, but prime numbers don't have factors.
Chime in, everyone:
A prime number is divisible by precisely two positive factors, one and itself.
CRGreathouse
Oct11-08, 08:56 PM
Ok, here's a challenge for you guys.
Lets figure out a pattern for prime numbers.
They're all either of the form 30a + b, where b is in {1, 7, 11, 13, 17, 19, 23, 29}, or in the 'exceptional set' {2, 3, 5}.
Dodo
Oct12-08, 06:54 AM
Of course, a lot of non-primes like 49 or 77 fit the pattern as well. :)
There should be some sort of FAQ on these forums, since this subject (and others) repeat very often, and I believe you (CR) posted a 'prime formula' just a few months ago.
Nor I can say I understand the OP's motivation. This ain't no circus, yo.
Almanzo
Oct12-08, 07:28 AM
Prime numbers have exactly two (positive integer) divisors: 1, and the number itself. after all, N = 1 * N, and N = N * 1.
As far as I know, some patterns have been found which generate only prime numbers, but no pattern has been found which generates all of them. In general, to see if some large numer is prime, one has to try all possible divisors. (In practice some divisors, such as 2, 3 and 5, are readily discernible if the number is written in base 10.)
One interesting pattern is the following. If the last prime number found is M, calculate N = M! + 1, or 1 * 2 * 3 *....*(M-1) * M + 1. Now, either N is itself prime, or else it has a prime divisor larger than M. This recipe generates an infinite number of primes, therefore proving that there is no largest prime.
Starting with 1, the recipe gives the sequence 2, 3, 7, 71... and already misses 5.
CRGreathouse
Oct12-08, 03:02 PM
Of course, a lot of non-primes like 49 or 77 fit the pattern as well. :)
Asymptotically, almost all numbers of the form I posted are composite.
There should be some sort of FAQ on these forums, since this subject (and others) repeat very often, and I believe you (CR) posted a 'prime formula' just a few months ago.
The only people who would read the FAQ are those who don't need to read it.
I did post a formula for primes not too long ago.
Nor I can say I understand the OP's motivation. This ain't no circus, yo.
It's widely-believed, though absolutely false, that it is a 'great unsolved problem' in math to find patterns in prime numbers or a formula for primes. Amusingly, little is further from the truth -- any person can easily find patterns in the primes, and formulas/algorithms for the primes are a dime a dozen.
ramsey2879
Oct12-08, 08:56 PM
As far as I know, some patterns have been found which generate only prime numbers, but no pattern has been found which generates all of them. In general, to see if some large numer is prime, one has to try all possible divisors. (In practice some divisors, such as 2, 3 and 5, are readily discernible if the number is written in base 10.)
One interesting pattern is the following. If the last prime number found is M, calculate N = M! + 1, or 1 * 2 * 3 *....*(M-1) * M + 1. Now, either N is itself prime, or else it has a prime divisor larger than M. This recipe generates an infinite number of primes, therefore proving that there is no largest prime.
Starting with 1, the recipe gives the sequence 2, 3, 7, 71... and already misses 5.
Show us an infinite pattern which generates ONLY PRIME numbers and you will be famous.
Hurkyl
Oct12-08, 09:10 PM
Show us an infinite pattern which generates ONLY PRIME numbers and you will be famous.
The prime numbers appear precisely at those integers that have exactly two positive factors!
When do I get my accolades?
CRGreathouse
Oct13-08, 12:43 AM
Show us an infinite pattern which generates ONLY PRIME numbers and you will be famous.
My mousepad (an old sheet of scrap paper) lists nine different infinite patterns that generate only prime numbers: the sieves of Eratosthenes, Pritchard (x2), Dunten-Jones-Sorenson, Atkin-Bernstein, Galway (x2), and Sorenson, along with Bernstein's version of AKS. (It also mentions the Miller-Rabin test, but that generates infinitely many composites -- though it still produces mostly primes.) I could probably list ten more prime-generating patterns/methods/algorithms off the top of my head.
Admittedly, all of these people are famous to some degree. But less complicated or worthwhile methods are created all the time. Further, there are methods (like the LL test for Mersenne primes) that are conjectured to produce infinitely many primes but no one has proven it yet.
Dodo
Oct13-08, 03:09 AM
I believe the 'great unsolved problem' is a closed form for the sequence of primes. This thread won't rest in peace until you copy it *again*, or paste a link, or something.
In the meantime, Google is wise, Google is good. http://mathworld.wolfram.com/PrimeFormulas.html
CRGreathouse
Oct13-08, 08:17 AM
I believe the 'great unsolved problem' is a closed form for the sequence of primes.
Yes, because an amazing achievement like Sorenson's pseudosquare sieve (deterministically detecting primes in log-squared space as fast as Miller-Rabin!) is somehow less meaningful than some computationally worthless double summation based on Wilson's theorem. :rolleyes:
nomentanus
Nov27-08, 06:58 PM
There are a number of algorithms to derive primes, it goes without saying - but these don't resolve to, or immediately suggest any simple predictable "pattern". Yet the distribution of the primes does have what seems to be apparent "pattern", it could be said, anyway. Against this, Mandlebrot patterns aren't apparent by just glancing at the equation for that set, either.
soandos
Nov29-08, 08:26 PM
what exactly is Sorenson's pseudosquare sieve?
CRGreathouse
Nov29-08, 09:43 PM
The basic idea doesn't actually come from Sorenson but from the pseudosquare primality test of Lukes-Patterson-Williams. Most of the basic ideas can be found here:
http://www.ams.org/mcom/1996-65-216/S0025-5718-96-00762-4/S0025-5718-96-00762-4.pdf
The original LPW paper is "Some results on pseudosquares", Math. Comp. 65 (1996). The Sorenson paper that turned it into an efficient sieve is on SpringerLink here:
http://www.springerlink.com/content/914n525q4801q7q1/
(1-page preview; full text at some colleges; also printed as a chapter in Algorithmic Number Theory)
kenewbie
Dec1-08, 07:10 AM
Maybe I am misreading what some of the more prominent people in this thread are saying, but a function such that
f(n) = pn
would surely be a feat which guarantees a spot in mathematical history?
The trouble with the approaches that already exist seem to be that either they don't generate all, or when they generate all, they also generate a lot of garbage (like negative values that have to be discarded and such).
I as a complete nub in the field of math I feel like making a prediction (while I am still sufficiently naive to do so):
Any breakthrough in a sequentially generating prime formula will rely on a breakthrough in factoring, which in turn will rely on refinement of modular arithmetic.