Formula for primes

From HandWiki
Short description: Formula whose values are the prime numbers

In number theory, a formula for primes is a formula generating the prime numbers, exactly and without exception. No such formula which is efficiently computable is known.[clarification needed] A number of constraints are known, showing what such a "formula" can and cannot be.

Formulas based on Wilson's theorem

A simple formula is

[math]\displaystyle{ f(n) = \left\lfloor \frac{n! \bmod (n+1)}{n} \right\rfloor (n-1) + 2 }[/math]

for positive integer [math]\displaystyle{ n }[/math], where [math]\displaystyle{ \lfloor\ \rfloor }[/math] is the floor function, which rounds down to the nearest integer. By Wilson's theorem, [math]\displaystyle{ n+1 }[/math] is prime if and only if [math]\displaystyle{ n! \equiv n \pmod{n+1} }[/math]. Thus, when [math]\displaystyle{ n+1 }[/math] is prime, the first factor in the product becomes one, and the formula produces the prime number [math]\displaystyle{ n+1 }[/math]. But when [math]\displaystyle{ n+1 }[/math] is not prime, the first factor becomes zero and the formula produces the prime number 2.[1] This formula is not an efficient way to generate prime numbers because evaluating [math]\displaystyle{ n! \bmod (n+1) }[/math] requires about [math]\displaystyle{ n-1 }[/math] multiplications and reductions modulo [math]\displaystyle{ n+1 }[/math].

In 1964, Willans gave the formula

[math]\displaystyle{ p_n = 1 + \sum_{i=1}^{2^n} \left\lfloor \left(\frac{n}{\sum_{j=1}^i \left\lfloor\left(\cos \frac{(j-1)! + 1}{j} \pi\right)^2\right\rfloor }\right)^{1/n} \right\rfloor }[/math]

for the [math]\displaystyle{ n }[/math]th prime number [math]\displaystyle{ p_n }[/math].[2] This formula reduces to[3][4] [math]\displaystyle{ p_n = 1 + \sum_{i=1}^{2^n}[\pi(i) \lt n] }[/math]; that is, it tautologically defines [math]\displaystyle{ p_n }[/math] as the smallest integer m for which the prime-counting function [math]\displaystyle{ \pi(m) }[/math] is at least n. This formula is also not efficient. In addition to the appearance of [math]\displaystyle{ (j-1)! }[/math], it computes [math]\displaystyle{ p_n }[/math] by adding up [math]\displaystyle{ p_n }[/math] copies of [math]\displaystyle{ 1 }[/math]; for example, [math]\displaystyle{ p_5 = 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + \dots + 0 = 11 }[/math].

The articles What is an Answer? by Herbert Wilf (1982)[5] and Formulas for Primes by Underwood Dudley (1983)[6] have further discussion about the worthlessness of such formulas.

Formula based on a system of Diophantine equations

Because the set of primes is a computably enumerable set, by Matiyasevich's theorem, it can be obtained from a system of Diophantine equations. (Jones Sato) found an explicit set of 14 Diophantine equations in 26 variables, such that a given number k + 2 is prime if and only if that system has a solution in nonnegative integers:[7]

[math]\displaystyle{ \alpha_0= wz + h + j - q = 0 }[/math]
[math]\displaystyle{ \alpha_1 = (gk + 2g + k + 1)(h + j) + h - z = 0 }[/math]
[math]\displaystyle{ \alpha_2= 16(k + 1)^3(k + 2)(n + 1)^2 + 1 - f^2 = 0 }[/math]
[math]\displaystyle{ \alpha_3= 2n + p + q + z - e = 0 }[/math]
[math]\displaystyle{ \alpha_4= e^3(e + 2)(a + 1)^2 + 1 - o^2 = 0 }[/math]
[math]\displaystyle{ \alpha_5=(a^2 - 1)y^2 + 1 - x^2 = 0 }[/math]
[math]\displaystyle{ \alpha_6= 16r^2y^4(a^2 - 1) + 1 - u^2 = 0 }[/math]
[math]\displaystyle{ \alpha_7= n + \ell + v - y = 0 }[/math]
[math]\displaystyle{ \alpha_8= (a^2 - 1)\ell^2 + 1 - m^2 = 0 }[/math]
[math]\displaystyle{ \alpha_9= ai + k + 1 - \ell - i = 0 }[/math]
[math]\displaystyle{ \alpha_{10}= ((a + u^2(u^2 - a))^2 - 1)(n + 4dy)^2 + 1 - (x + cu)^2 = 0 }[/math]
[math]\displaystyle{ \alpha_{11}= p + \ell(a - n - 1) + b(2an + 2a - n^2 - 2n - 2) - m= 0 }[/math]
[math]\displaystyle{ \alpha_{12}= q + y(a - p - 1) + s(2ap + 2a - p^2 - 2p - 2) - x = 0 }[/math]
[math]\displaystyle{ \alpha_{13}= z + p\ell(a - p) + t(2ap - p^2 - 1) - pm = 0 }[/math]

The 14 equations α0, …, α13 can be used to produce a prime-generating polynomial inequality in 26 variables:

[math]\displaystyle{ (k+2)(1-\alpha_0^2-\alpha_1^2-\cdots-\alpha_{13}^2) \gt 0. }[/math]

That is,

[math]\displaystyle{ \begin{align} & (k+2) (1 - {} \\[6pt] & [wz + h + j - q]^2 - {} \\[6pt] & [(gk + 2g + k + 1)(h + j) + h - z]^2 - {} \\[6pt] & [16(k + 1)^3(k + 2)(n + 1)^2 + 1 - f^2]^2 - {} \\[6pt] & [2n + p + q + z - e]^2 - {} \\[6pt] & [e^3(e + 2)(a + 1)^2 + 1 - o^2]^2 - {} \\[6pt] & [(a^2 - 1)y^2 + 1 - x^2]^2 - {} \\[6pt] & [16r^2y^4(a^2 - 1) + 1 - u^2]^2 - {} \\[6pt] & [n + \ell + v - y]^2 - {} \\[6pt] & [(a^2 - 1)\ell^2 + 1 - m^2]^2 - {} \\[6pt] & [ai + k + 1 - \ell - i]^2 - {} \\[6pt] & [((a + u^2(u^2 - a))^2 - 1)(n + 4dy)^2 + 1 - (x + cu)^2]^2 - {} \\[6pt] & [p + \ell(a - n - 1) + b(2an + 2a - n^2 - 2n - 2) - m]^2 - {} \\[6pt] & [q + y(a - p - 1) + s(2ap + 2a - p^2 - 2p - 2) - x]^2 - {} \\[6pt] & [z + p\ell(a - p) + t(2ap - p^2 - 1) - pm]^2) \\[6pt] & \gt 0 \end{align} }[/math]

is a polynomial inequality in 26 variables, and the set of prime numbers is identical to the set of positive values taken on by the left-hand side as the variables a, b, …, z range over the nonnegative integers.

A general theorem of Matiyasevich says that if a set is defined by a system of Diophantine equations, it can also be defined by a system of Diophantine equations in only 9 variables.[8] Hence, there is a prime-generating polynomial as above with only 10 variables. However, its degree is large (in the order of 1045). On the other hand, there also exists such a set of equations of degree only 4, but in 58 variables.[9]

Mills' formula

The first such formula known was established by W. H. Mills (1947), who proved that there exists a real number A such that, if

[math]\displaystyle{ d_n = A^{3^{n}} }[/math]

then

[math]\displaystyle{ \left \lfloor d_n \right \rfloor = \left \lfloor A^{3^{n}} \right \rfloor }[/math]

is a prime number for all positive integers n.[10] If the Riemann hypothesis is true, then the smallest such A has a value of around 1.3063778838630806904686144926... (sequence A051021 in the OEIS) and is known as Mills' constant.[11] This value gives rise to the primes [math]\displaystyle{ \left \lfloor d_1 \right \rfloor = 2 }[/math], [math]\displaystyle{ \left \lfloor d_2 \right \rfloor = 11 }[/math], [math]\displaystyle{ \left \lfloor d_3 \right \rfloor = 1361 }[/math], ... (sequence A051254 in the OEIS). Very little is known about the constant A (not even whether it is rational). This formula has no practical value, because there is no known way of calculating the constant without finding primes in the first place.

Note that there is nothing special about the floor function in the formula. Tóth proved that there also exists a constant [math]\displaystyle{ B }[/math] such that

[math]\displaystyle{ \lceil B^{r^{n}} \rceil }[/math]

is also prime-representing for [math]\displaystyle{ r\gt 2.106\ldots }[/math].[12]

In the case [math]\displaystyle{ r=3 }[/math], the value of the constant [math]\displaystyle{ B }[/math] begins with 1.24055470525201424067... The first few primes generated are:

[math]\displaystyle{ 2, 7, 337, 38272739, 56062005704198360319209, }[/math]
[math]\displaystyle{ 176199995814327287356671209104585864397055039072110696028654438846269, \ldots }[/math]

Without assuming the Riemann hypothesis, Elsholtz developed several prime-representing functions similar to those of Mills. For example, if [math]\displaystyle{ A = 1.00536773279814724017 \ldots }[/math], then [math]\displaystyle{ \left\lfloor A^{10^{10n}} \right\rfloor }[/math] is prime for all positive integers [math]\displaystyle{ n }[/math]. Similarly, if [math]\displaystyle{ A = 3.8249998073439146171615551375 \ldots }[/math], then [math]\displaystyle{ \left\lfloor A^{3^{13n}} \right\rfloor }[/math] is prime for all positive integers [math]\displaystyle{ n }[/math].[13]

Wright's formula

Another tetrationally growing prime-generating formula similar to Mills' comes from a theorem of E. M. Wright. He proved that there exists a real number α such that, if

[math]\displaystyle{ g_0 = \alpha }[/math] and
[math]\displaystyle{ g_{n+1} = 2^{g_n} }[/math] for [math]\displaystyle{ n \ge 0 }[/math],

then

[math]\displaystyle{ \left \lfloor g_n \right \rfloor = \left \lfloor 2^{\dots^{2^{2^\alpha}}} \right \rfloor }[/math]

is prime for all [math]\displaystyle{ n \ge 1 }[/math].[14] Wright gives the first seven decimal places of such a constant: [math]\displaystyle{ \alpha = 1.9287800 }[/math]. This value gives rise to the primes [math]\displaystyle{ \left \lfloor g_1 \right \rfloor = \left \lfloor 2^{\alpha} \right \rfloor = 3 }[/math], [math]\displaystyle{ \left \lfloor g_2 \right \rfloor = 13 }[/math], and [math]\displaystyle{ \left \lfloor g_3 \right \rfloor = 16381 }[/math]. [math]\displaystyle{ \left \lfloor g_4 \right \rfloor }[/math] is even, and so is not prime. However, with [math]\displaystyle{ \alpha = 1.9287800 + 8.2843 \cdot 10^{-4933} }[/math], [math]\displaystyle{ \left \lfloor g_1 \right \rfloor }[/math], [math]\displaystyle{ \left \lfloor g_2 \right \rfloor }[/math], and [math]\displaystyle{ \left \lfloor g_3 \right \rfloor }[/math] are unchanged, while [math]\displaystyle{ \left \lfloor g_4 \right \rfloor }[/math] is a prime with 4932 digits.[15] This sequence of primes cannot be extended beyond [math]\displaystyle{ \left \lfloor g_4 \right \rfloor }[/math] without knowing more digits of [math]\displaystyle{ \alpha }[/math]. Like Mills' formula, and for the same reasons, Wright's formula cannot be used to find primes.

A function that represents all primes

Given the constant [math]\displaystyle{ f_1 = 2.920050977316\ldots }[/math] (sequence A249270 in the OEIS), for [math]\displaystyle{ n \ge 2 }[/math], define the sequence

[math]\displaystyle{ f_n = \left\lfloor f_{n-1} \right\rfloor (f_{n-1} - \left\lfloor f_{n-1} \right\rfloor + 1 ) }[/math]

 

 

 

 

(1)

where [math]\displaystyle{ \left\lfloor\ \right\rfloor }[/math] is the floor function. Then for [math]\displaystyle{ n \ge 1 }[/math], [math]\displaystyle{ \left\lfloor f_{n} \right\rfloor }[/math] equals the [math]\displaystyle{ n }[/math]th prime: [math]\displaystyle{ \left\lfloor f_1 \right\rfloor = 2 }[/math], [math]\displaystyle{ \left\lfloor f_2 \right\rfloor = 3 }[/math], [math]\displaystyle{ \left\lfloor f_3 \right\rfloor = 5 }[/math], etc. [16] The initial constant [math]\displaystyle{ f_1 = 2.920050977316 }[/math] given in the article is precise enough for equation (1) to generate the primes through 37, the [math]\displaystyle{ 12 }[/math]th prime.

The exact value of [math]\displaystyle{ f_1 }[/math] that generates all primes is given by the rapidly-converging series

[math]\displaystyle{ f_1 = \sum_{n=1}^\infty \frac{p_n - 1}{P_n} = \frac{2 - 1}{1} + \frac{3 - 1}{2} + \frac{5 - 1}{2 \cdot 3} + \frac{7 - 1}{2 \cdot 3 \cdot 5} + \cdots, }[/math]

where [math]\displaystyle{ p_n }[/math] is the [math]\displaystyle{ n }[/math]th prime, and [math]\displaystyle{ P_n }[/math] is the product of all primes less than [math]\displaystyle{ p_n }[/math]. The more digits of [math]\displaystyle{ f_1 }[/math] that we know, the more primes equation (1) will generate. For example, we can use 25 terms in the series, using the 25 primes less than 100, to calculate the following more precise approximation:

[math]\displaystyle{ f_1 \simeq 2.920050977316134712092562917112019. }[/math]

This has enough digits for equation (1) to yield again the 25 primes less than 100.

As with Mills' formula and Wright's formula above, in order to generate a longer list of primes, we need to start by knowing more digits of the initial constant, [math]\displaystyle{ f_1 }[/math], which in this case requires a longer list of primes in its calculation.

Plouffe's formulas

In 2018 Simon Plouffe conjectured a set of formulas for primes. Similarly to the formula of Mills, they are of the form

[math]\displaystyle{ \left\{a_0^{r^n}\right\} }[/math]

where [math]\displaystyle{ \{\ \} }[/math] is the function rounding to the nearest integer. For example, with [math]\displaystyle{ a_0\approx 43.80468771580293481 }[/math] and [math]\displaystyle{ r=5/4 }[/math], this gives 113, 367, 1607, 10177, 102217... (sequence A323176 in the OEIS). Using [math]\displaystyle{ a_0=10^{500}+961+\varepsilon }[/math] and [math]\displaystyle{ r=1.01 }[/math] with [math]\displaystyle{ \varepsilon }[/math] a certain number between 0 and one half, Plouffe found that he could generate a sequence of 50 probable primes (with high probability of being prime). Presumably there exists an ε such that this formula will give an infinite sequence of actual prime numbers. The number of digits starts at 501 and increases by about 1% each time.[17][18]

Prime formulas and polynomial functions

It is known that no non-constant polynomial function P(n) with integer coefficients exists that evaluates to a prime number for all integers n. The proof is as follows: suppose that such a polynomial existed. Then P(1) would evaluate to a prime p, so [math]\displaystyle{ P(1) \equiv 0 \pmod p }[/math]. But for any integer k, [math]\displaystyle{ P(1+kp) \equiv 0 \pmod p }[/math] also, so [math]\displaystyle{ P(1+kp) }[/math] cannot also be prime (as it would be divisible by p) unless it were p itself. But the only way [math]\displaystyle{ P(1+kp) = P(1) = p }[/math] for all k is if the polynomial function is constant. The same reasoning shows an even stronger result: no non-constant polynomial function P(n) exists that evaluates to a prime number for almost all integers n.

Euler first noticed (in 1772) that the quadratic polynomial

[math]\displaystyle{ P(n) = n^2 + n + 41 }[/math]

is prime for the 40 integers n = 0, 1, 2, ..., 39, with corresponding primes 41, 43, 47, 53, 61, 71, ..., 1601. The differences between the terms are 2, 4, 6, 8, 10... For n = 40, it produces a square number, 1681, which is equal to 41 × 41, the smallest composite number for this formula for n ≥ 0. If 41 divides n, it divides P(n) too. Furthermore, since P(n) can be written as n(n + 1) + 41, if 41 divides n + 1 instead, it also divides P(n). The phenomenon is related to the Ulam spiral, which is also implicitly quadratic, and the class number; this polynomial is related to the Heegner number [math]\displaystyle{ 163=4\cdot 41-1 }[/math]. There are analogous polynomials for [math]\displaystyle{ p=2, 3, 5, 11 \text{ and } 17 }[/math] (the lucky numbers of Euler), corresponding to other Heegner numbers.

Given a positive integer S, there may be infinitely many c such that the expression n2 + n + c is always coprime to S. The integer c may be negative, in which case there is a delay before primes are produced.

It is known, based on Dirichlet's theorem on arithmetic progressions, that linear polynomial functions [math]\displaystyle{ L(n) = an + b }[/math] produce infinitely many primes as long as a and b are relatively prime (though no such function will assume prime values for all values of n). Moreover, the Green–Tao theorem says that for any k there exists a pair of a and b, with the property that [math]\displaystyle{ L(n) = an+b }[/math] is prime for any n from 0 through k − 1. However, (As of 2020) the best known result of such type is for k = 27:

[math]\displaystyle{ 224584605939537911 + 18135696597948930n }[/math]

is prime for all n from 0 through 26.[19] It is not even known whether there exists a univariate polynomial of degree at least 2, that assumes an infinite number of values that are prime; see Bunyakovsky conjecture.

Possible formula using a recurrence relation

Another prime generator is defined by the recurrence relation

[math]\displaystyle{ a_n = a_{n-1} + \gcd(n,a_{n-1}), \quad a_1 = 7, }[/math]

where gcd(x, y) denotes the greatest common divisor of x and y. The sequence of differences an+1an starts with 1, 1, 1, 5, 3, 1, 1, 1, 1, 11, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 23, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 47, 3, 1, 5, 3, ... (sequence A132199 in the OEIS). (Rowland 2008) proved that this sequence contains only ones and prime numbers. However, it does not contain all the prime numbers, since the terms gcd(n + 1, an) are always odd and so never equal to 2. 587 is the smallest prime (other than 2) not appearing in the first 10,000 outcomes that are different from 1. Nevertheless, in the same paper it was conjectured to contain all odd primes, even though it is rather inefficient.[20]

Note that there is a trivial program that enumerates all and only the prime numbers, as well as more efficient ones, so such recurrence relations are more a matter of curiosity than of any practical use.

See also

References

  1. Mackinnon, Nick (June 1987), "Prime number formulae", The Mathematical Gazette 71 (456): 113–114, doi:10.2307/3616496 .
  2. Willans, C. P. (December 1964), "On formulae for the [math]\displaystyle{ n }[/math]th prime number", The Mathematical Gazette 48 (366): 413–415, doi:10.2307/3611701 .
  3. Neill, T. B. M.; Singer, M. (October 1965), "To the Editor, The Mathematical Gazette", The Mathematical Gazette 49 (369): 303–303, doi:10.2307/3612863 
  4. Goodstein, R. L.; Wormell, C. P. (February 1967), "Formulae For Primes", The Mathematical Gazette 51 (375): 35–38, doi:10.2307/3613607 
  5. "What is an answer?", The American Mathematical Monthly 89 (5): 289–292, 1982, doi:10.2307/2321713 
  6. "Formulas for primes", Mathematics Magazine 56 (1): 17–22, 1983, doi:10.2307/2690261 
  7. Jones, James P.; Sato, Daihachiro; Wada, Hideo; Wiens, Douglas (1976), "Diophantine representation of the set of prime numbers", American Mathematical Monthly (Mathematical Association of America) 83 (6): 449–464, doi:10.2307/2318339, http://mathdl.maa.org/mathDL/?pa=content&sa=viewDocument&nodeId=2967&pf=1 .
  8. Matiyasevich, Yuri V. (1999), "Formulas for Prime Numbers", in Tabachnikov, Serge, Kvant Selecta: Algebra and Analysis, II, American Mathematical Society, pp. 13–24, ISBN 978-0-8218-1915-9, https://books.google.com/books?id=oLKlk5o6WroC&pg=PA13 .
  9. Jones, James P. (1982), "Universal diophantine equation", Journal of Symbolic Logic 47 (3): 549–571, doi:10.2307/2273588 .
  10. Mills, W. H. (1947), "A prime-representing function", Bulletin of the American Mathematical Society 53 (6): 604, doi:10.1090/S0002-9904-1947-08849-2, https://www.ams.org/journals/bull/1947-53-06/S0002-9904-1947-08849-2/S0002-9904-1947-08849-2.pdf .
  11. Caldwell, Chris K.; Cheng, Yuanyou (2005), "Determining Mills' Constant and a Note on Honaker's Problem", Journal of Integer Sequences 8: Article 05.4.1., https://cs.uwaterloo.ca/journals/JIS/VOL8/Caldwell/caldwell78.html 
  12. Tóth, László (2017), "A Variation on Mills-Like Prime-Representing Functions", Journal of Integer Sequences 20 (17.9.8), https://cs.uwaterloo.ca/journals/JIS/VOL20/Toth2/toth32.pdf .
  13. Elsholtz, Christian (2020), "Unconditional Prime-Representing Functions, Following Mills", American Mathematical Monthly (Washington, DC: Mathematical Association of America) 127 (7): 639–642, doi:10.1080/00029890.2020.1751560 
  14. E. M. Wright (1951), "A prime-representing function", American Mathematical Monthly 58 (9): 616–618, doi:10.2307/2306356 
  15. Baillie, Robert (5 June 2017), "Wright's Fourth Prime", arXiv:1705.09741v3 [math.NT]
  16. Fridman, Dylan; Garbulsky, Juli; Glecer, Bruno; Grime, James; Tron Florentin, Massi (2019), "A Prime-Representing Constant", American Mathematical Monthly (Washington, DC: Mathematical Association of America) 126 (1): 70–73, doi:10.1080/00029890.2019.1530554 
  17. Steckles, Katie (January 26, 2019), "Mathematician's record-beating formula can generate 50 prime numbers", New Scientist, https://www.newscientist.com/article/mg24132143-200-mathematicians-record-beating-formula-can-generate-50-prime-numbers/ 
  18. Simon Plouffe (2019), "A set of formulas for primes", arXiv:1901.01849 [math.NT] As of January 2019, the number he gives in the appendix for the 50th number generated is actually the 48th.
  19. PrimeGrid's AP27 Search, Official announcement, from PrimeGrid. The AP27 is listed in "Jens Kruse Andersen's Primes in Arithmetic Progression Records page".
  20. Rowland, Eric S. (2008), "A Natural Prime-Generating Recurrence", Journal of Integer Sequences 11 (2): 08.2.8, Bibcode2008JIntS..11...28R, http://www.cs.uwaterloo.ca/journals/JIS/VOL11/Rowland/rowland21.html .

Further reading

  • Regimbal, Stephen (1975), "An explicit Formula for the k-th prime number", Mathematics Magazine (Mathematical Association of America) 48 (4): 230–232, doi:10.2307/2690354 .
  • A Venugopalan. Formula for primes, twinprimes, number of primes and number of twinprimes. Proceedings of the Indian Academy of Sciences—Mathematical Sciences, Vol. 92, No 1, September 1983, pp. 49–52 errata

External links