Originally Posted by Gerenuk
What are the indications that primes follow some patterns and that maybe some day someone will find algorithmically simple rules for prime properties?
|
What would you consider algorithmically simple?
We have fast methods for locating primes (thanks to Atkin/Bernstein) that take less time (asymptotically) to enumerate primes on an interval than to enumerate the interval itself.
The number of primes on an interval can be computed in near-sqrt time (Lagarias and Odlyzko 1987).
Under the Riemann hypothesis, the number of primes can be approximated in polylogarithmic time with only sqrt * log error.
The status (prime/nonprime) of an isolated number can be determined in polynomial time (AKS).
The status of an isolated number can be determined with high probability in quadratic time (Rabin, Grantham).
A simple expression is equivalent to the primality of a number greater than four (Wilson).
A polynomial exists which has solutions in positive integers exactly when a number
k (
k + 2 in most versions) is prime (Jones, Sato, Wada, & Wiens 1976).