Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Formula for primes
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{short description|Formula whose values are the prime numbers}} In [[number theory]], a '''formula for primes''' is a [[Formula#In mathematics|formula]] generating the [[prime number]]s, exactly and without exception. Formulas for calculating primes do exist; however, they are computationally very slow. 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>f(n) = \left\lfloor \frac{n! \bmod (n+1)}{n} \right\rfloor (n-1) + 2</math> for positive [[integer]] <math>n</math>, where <math>\lfloor\ \rfloor</math> is the [[floor function]], which rounds down to the nearest integer. By [[Wilson's theorem]], <math>n+1</math> is prime if and only if <math>n! \equiv n \!\!\!\pmod{n+1}</math>. Thus, when <math>n+1</math> is prime, the first factor in the product becomes one, and the formula produces the prime number <math>n+1</math>. But when <math>n+1</math> is not prime, the first factor becomes zero and the formula produces the prime number 2.<ref>{{citation | last = Mackinnon | first = Nick | date = June 1987 | doi = 10.2307/3616496 | issue = 456 | pages = 113–114 | journal = [[The Mathematical Gazette]] | title = Prime number formulae | volume = 71 | jstor = 3616496 | s2cid = 171537609 }}.</ref> This formula is not an efficient way to generate prime numbers because evaluating <math>n! \bmod (n+1)</math> requires about <math>n-1</math> multiplications and reductions modulo <math>n+1</math>. In 1964, Willans gave the formula :<math>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>n</math>th prime number <math>p_n</math>.<ref>{{citation | last = Willans | first = C. P. | date = December 1964 | doi = 10.2307/3611701 | issue = 366 | pages = 413–415 | journal = [[The Mathematical Gazette]] | title = On formulae for the <math>n</math>th prime number | volume = 48 | jstor = 3611701 | s2cid = 126149459 }}.</ref> This formula reduces to<ref>{{citation | last1 = Neill | first1 = T. B. M. | last2 = Singer | first2 = M. | date = October 1965 | doi = 10.2307/3612863 | issue = 369 | jstor = 3612863 | journal = [[The Mathematical Gazette]] | pages = 303–303 | title = To the Editor, ''The Mathematical Gazette'' | volume = 49}}</ref><ref>{{citation | last1 = Goodstein | first1 = R. L. | last2 = Wormell | first2 = C. P. | date = February 1967 | doi = 10.2307/3613607 | issue = 375 | journal = [[The Mathematical Gazette]] | jstor = 3613607 | pages = 35–38 | title = Formulae For Primes | volume = 51}}</ref> :<math>p_n = 1 + \sum_{i=1}^{2^n}[\pi(i) < n];</math> that is, it tautologically defines <math>p_n</math> as the smallest integer <math>m</math> for which the [[prime-counting function]] <math>\pi(m)</math> is at least <math>n</math>. This formula is also not efficient. In addition to the appearance of <math>(j-1)!</math>, it computes <math>p_n</math> by adding up <math>p_n</math> copies of <math>1</math>; for example, :<math>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)<ref>{{citation | last = Wilf | first = Herbert S. | author-link = Herbert Wilf | doi = 10.2307/2321713 | issue = 5 | journal = [[The American Mathematical Monthly]] | jstor = 2321713 | mr = 653502 | pages = 289–292 | title = What is an answer? | volume = 89 | year = 1982}}</ref> and ''Formulas for Primes'' by [[Underwood Dudley]] (1983)<ref>{{citation | last = Dudley | first = Underwood | author-link = Underwood Dudley | doi = 10.2307/2690261 | issue = 1 | journal = [[Mathematics Magazine]] | jstor = 2690261 | mr = 692169 | pages = 17–22 | title = Formulas for primes | volume = 56 | year = 1983}}</ref> 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 equation]]s. {{Harvtxt|Jones|Sato|Wada|Wiens|1976}} 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:<ref>{{citation | first1=James P. | last1=Jones | first2=Daihachiro | last2=Sato | first3=Hideo | last3=Wada | first4=Douglas | last4=Wiens | author4-link=Douglas Wiens | url=http://mathdl.maa.org/mathDL/?pa=content&sa=viewDocument&nodeId=2967&pf=1 | year=1976 | title=Diophantine representation of the set of prime numbers | journal=[[American Mathematical Monthly]] | volume=83 | pages=449–464 | doi=10.2307/2318339 | jstor=2318339 | issue=6 | publisher=Mathematical Association of America | url-status=dead | archive-url=https://web.archive.org/web/20120224013618/http://mathdl.maa.org/mathDL/?pa=content&sa=viewDocument&nodeId=2967&pf=1 | archive-date=2012-02-24 }}.</ref> : <math>\alpha_0= wz + h + j - q = 0</math> : <math>\alpha_1 = (gk + 2g + k + 1)(h + j) + h - z = 0</math> : <math>\alpha_2= 16(k + 1)^3(k + 2)(n + 1)^2 + 1 - f^2 = 0</math> : <math>\alpha_3= 2n + p + q + z - e = 0</math> : <math>\alpha_4= e^3(e + 2)(a + 1)^2 + 1 - o^2 = 0</math> : <math>\alpha_5=(a^2 - 1)y^2 + 1 - x^2 = 0</math> : <math>\alpha_6= 16r^2y^4(a^2 - 1) + 1 - u^2 = 0</math> : <math>\alpha_7= n + \ell + v - y = 0</math> : <math>\alpha_8= (a^2 - 1)\ell^2 + 1 - m^2 = 0</math> : <math>\alpha_9= ai + k + 1 - \ell - i = 0</math> : <math>\alpha_{10}= ((a + u^2(u^2 - a))^2 - 1)(n + 4dy)^2 + 1 - (x + cu)^2 = 0</math> : <math>\alpha_{11}= p + \ell(a - n - 1) + b(2an + 2a - n^2 - 2n - 2) - m= 0 </math> : <math>\alpha_{12}= q + y(a - p - 1) + s(2ap + 2a - p^2 - 2p - 2) - x = 0</math> :<math>\alpha_{13}= z + p\ell(a - p) + t(2ap - p^2 - 1) - pm = 0</math> The 14 equations <math>\alpha_0, \dots, \alpha_{13}</math> can be used to produce a prime-generating polynomial inequality in 26 variables: :<math> (k+2)(1-\alpha_0^2-\alpha_1^2-\cdots-\alpha_{13}^2) > 0.</math> That is, : <math> \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] & > 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 [[Yuri Matiyasevich|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.<ref>{{citation | last = Matiyasevich | first = Yuri V. | author-link = Yuri Matiyasevich | year=1999 | chapter = Formulas for Prime Numbers | chapter-url=https://books.google.com/books?id=oLKlk5o6WroC&pg=PA13 | editor1-first=Serge | editor1-last = Tabachnikov | editor-link1=Sergei Tabachnikov| title = Kvant Selecta: Algebra and Analysis | volume = II | publisher = [[American Mathematical Society]] | isbn = 978-0-8218-1915-9 | pages=13–24}}.</ref> Hence, there is a prime-generating polynomial inequality as above with only 10 variables. However, its degree is large (in the order of 10<sup>45</sup>). On the other hand, there also exists such a set of equations of degree only 4, but in 58 variables.<ref>{{citation | doi=10.2307/2273588 | first=James P. | last=Jones | year=1982 | title=Universal diophantine equation | journal=Journal of Symbolic Logic | volume=47 | issue=3 | pages=549–571| jstor=2273588 | s2cid=11148823 }}.</ref> ==Mills' formula== The first such formula known was established by {{harvs|first=W. H.|last=Mills|year=1947|txt}}, who proved that there exists a [[real number]] ''A'' such that, if :<math>d_n = A^{3^{n}}</math> then :<math>\left \lfloor d_n \right \rfloor = \left \lfloor A^{3^{n}} \right \rfloor</math> is a prime number for all positive integers <math>n</math>.<ref>{{citation|first=W. H.|last=Mills|title=A prime-representing function|journal=[[Bulletin of the American Mathematical Society]]|volume=53|year=1947|page=604|doi=10.1090/S0002-9904-1947-08849-2|issue=6|url = https://www.ams.org/journals/bull/1947-53-06/S0002-9904-1947-08849-2/S0002-9904-1947-08849-2.pdf|doi-access=free}}.</ref> If the [[Riemann hypothesis]] is true, then the smallest such <math>A</math> has a value of around 1.3063778838630806904686144926... {{OEIS|id=A051021}} and is known as [[Mills' constant]].<ref>{{citation|first1=Chris K.|last1=Caldwell|first2=Yuanyou|last2=Cheng|title=Determining Mills' Constant and a Note on Honaker's Problem|journal=Journal of Integer Sequences|volume=8|year=2005|at=Article 05.4.1.|url=https://cs.uwaterloo.ca/journals/JIS/VOL8/Caldwell/caldwell78.html}}</ref> This value gives rise to the primes <math>\left \lfloor d_1 \right \rfloor = 2</math>, <math>\left \lfloor d_2 \right \rfloor = 11</math>, <math>\left \lfloor d_3 \right \rfloor = 1361</math>, ... {{OEIS|id=A051254}}. Very little is known about the constant <math>A</math> (not even whether it is [[rational number|rational]]). This formula has no practical value, because there is no known way of calculating the constant without finding primes in the first place. There is nothing special about the [[floor function]] in the formula. Tóth proved that there also exists a constant <math>B</math> such that :<math> \lceil B^{r^{n}} \rceil</math> is also prime-representing for <math>r>2.106\ldots</math>.<ref>{{citation|first=László|last=Tóth|title=A Variation on Mills-Like Prime-Representing Functions|journal=Journal of Integer Sequences|volume=20|year=2017|issue=17.9.8|arxiv=1801.08014|url=https://cs.uwaterloo.ca/journals/JIS/VOL20/Toth2/toth32.pdf}}.</ref> In the case <math>r=3</math>, the value of the constant <math>B</math> begins with 1.24055470525201424067... The first few primes generated are: :<math>2, 7, 337, 38272739, 56062005704198360319209, </math> :<math> 176199995814327287356671209104585864397055039072110696028654438846269, \ldots</math> ''Without'' assuming the Riemann hypothesis, Elsholtz developed several prime-representing [[function (mathematics)|functions]] similar to those of Mills. For example, if <math>A = 1.00536773279814724017 \ldots</math>, then <math>\left\lfloor A^{10^{10n}} \right\rfloor</math> is prime for all positive integers <math>n</math>. Similarly, if <math>A = 3.8249998073439146171615551375 \ldots</math>, then <math>\left\lfloor A^{3^{13n}} \right\rfloor</math> is prime for all positive integers <math>n</math>.<ref name="Elsholtz">{{citation | doi = 10.1080/00029890.2020.1751560 | first = Christian | last = Elsholtz | title = Unconditional Prime-Representing Functions, Following Mills | journal = American Mathematical Monthly | volume = 127 | issue = 7 | pages = 639–642 | publisher = [[Mathematical Association of America]] | location = Washington, DC | year = 2020 | arxiv = 2004.01285| s2cid = 214795216 }} </ref> ==Wright's formula== A [[tetration]]ally 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>g_0 = \alpha</math> and :<math>g_{n+1} = 2^{g_n}</math> for <math>n \ge 0</math>, then :<math>\left \lfloor g_n \right \rfloor = \left \lfloor 2^{\dots^{2^{2^\alpha}}} \right \rfloor </math> is prime for all <math>n \ge 1</math>.<ref>{{citation |author=E. M. Wright |title=A prime-representing function |journal=[[American Mathematical Monthly]] |volume=58 |issue=9 |year=1951 |pages=616–618 |jstor=2306356 |doi= 10.2307/2306356}}</ref> Wright gives the first seven decimal places of such a constant: <math>\alpha = 1.9287800</math>. This value gives rise to the primes <math>\left \lfloor g_1 \right \rfloor = \left \lfloor 2^{\alpha} \right \rfloor = 3 </math>, <math>\left \lfloor g_2 \right \rfloor = 13 </math>, and <math>\left \lfloor g_3 \right \rfloor = 16381 </math>. <math>\left \lfloor g_4 \right \rfloor</math> is [[parity (mathematics)|even]], and so is not prime. However, with <math>\alpha = 1.9287800 + 8.2843 \cdot 10^{-4933}</math>, <math>\left \lfloor g_1 \right \rfloor</math>, <math>\left \lfloor g_2 \right \rfloor</math>, and <math>\left \lfloor g_3 \right \rfloor</math> are unchanged, while <math>\left \lfloor g_4 \right \rfloor</math> is a prime with 4932 digits.<ref>{{cite arXiv |last=Baillie |first=Robert |eprint=1705.09741v3 |title=Wright's Fourth Prime |class=math.NT |date=5 June 2017|mode=cs2 }}</ref> This [[sequence]] of primes cannot be extended beyond <math>\left \lfloor g_4 \right \rfloor</math> without knowing more digits of <math>\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>f_1 = 2.920050977316\ldots</math> {{OEIS|A249270}}, for <math>n \ge 2</math>, define the sequence {{NumBlk|:|<math> f_n = \left\lfloor f_{n-1} \right\rfloor (f_{n-1} - \left\lfloor f_{n-1} \right\rfloor + 1 ) </math>|{{EquationRef|1}}}} where <math>\left\lfloor\ \right\rfloor</math> is the [[floor function]]. Then for <math>n \ge 1</math>, <math>\left\lfloor f_{n} \right\rfloor</math> equals the <math>n</math>th prime: <math>\left\lfloor f_1 \right\rfloor = 2</math>, <math>\left\lfloor f_2 \right\rfloor = 3</math>, <math>\left\lfloor f_3 \right\rfloor = 5</math>, etc. <ref name="FridmanEtAl">{{citation | doi = 10.1080/00029890.2019.1530554 | first1=Dylan | last1=Fridman | first2=Juli | last2=Garbulsky | first3=Bruno | last3=Glecer | first4=James | last4=Grime | first5=Massi | last5=Tron Florentin | title = A Prime-Representing Constant | journal = American Mathematical Monthly | volume = 126 | issue = 1 | pages = 70–73 | publisher = [[Mathematical Association of America]] | location = Washington, DC | year = 2019| arxiv=2010.15882 | s2cid=127727922 }} </ref> The initial constant <math>f_1 = 2.920050977316</math> given in the article is precise enough for equation ({{EquationNote|1}}) to generate the primes through 37, the <math>12</math>th prime. The ''exact'' value of <math>f_1</math> that generates ''all'' primes is given by the rapidly-converging [[Series (mathematics)|series]] :<math> 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>p_n</math> is the <math>n</math>th prime, and <math>P_n</math> is the product of all primes less than <math>p_n</math>. The more digits of <math>f_1</math> that we know, the more primes equation ({{EquationNote|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>f_1 \simeq 2.920050977316134712092562917112019.</math> This has enough digits for equation ({{EquationNote|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>f_1</math>, which in this case requires a longer list of primes in its calculation. ==Plouffe's formulas== In 2018 [[Simon Plouffe]] [[conjecture]]d a set of formulas for primes. Similarly to the formula of Mills, they are of the form :<math>\left\{a_0^{r^n}\right\}</math> where <math>\{\ \}</math> is the function rounding to the nearest integer. For example, with <math>a_0\approx 43.80468771580293481</math> and <math>r=5/4</math>, this gives 113, 367, 1607, 10177, 102217... {{OEIS|A323176}}. Using <math>a_0=10^{500}+961+\varepsilon</math> and <math>r=1.01</math> with <math>\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.<ref>{{citation | last = Steckles | first = Katie | date = January 26, 2019 | journal = New Scientist | title = Mathematician's record-beating formula can generate 50 prime numbers | url = https://www.newscientist.com/article/mg24132143-200-mathematicians-record-beating-formula-can-generate-50-prime-numbers/}}</ref><ref>{{cite arXiv |last1=Simon Plouffe |title=A set of formulas for primes |eprint=1901.01849 |class=math.NT |year=2019 |mode=cs2}} As of January 2019, the number he gives in the appendix for the 50th number generated is actually the 48th.</ref> ==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>P(1) \equiv 0 \pmod p</math>. But for any integer ''k'', <math>P(1+kp) \equiv 0 \pmod p</math> also, so <math>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>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''. [[Leonhard Euler|Euler]] first noticed (in 1772) that the [[quadratic polynomial]] :<math>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 (number theory)|class number]]; this polynomial is related to the [[Heegner number]] <math>163=4\cdot 41-1</math>. There are analogous polynomials for <math>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 ''n''<sup>2</sup> + ''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>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>L(n) = an+b</math> is prime for any ''n'' from 0 through ''k'' − 1. However, {{as of|2020|lc=y|post=,}} the best known result of such type is for ''k'' = 27: :<math>224584605939537911 + 18135696597948930n</math> is prime for all ''n'' from 0 through 26.<ref>[https://www.primegrid.com/download/AP27-81292139.pdf PrimeGrid's AP27 Search, Official announcement], from [[PrimeGrid]]. The AP27 is listed in [http://primerecords.dk/aprecords.htm "Jens Kruse Andersen's Primes in Arithmetic Progression Records page"].</ref> 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> 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 ''a''<sub>''n''+1</sub> − ''a<sub>n</sub>'' 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, ... {{OEIS|id=A132199}}. {{harvtxt|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, ''a<sub>n</sub>'') are always [[parity (mathematics)|odd]] and so never equal to 2. The same paper conjectures that the sequence contains all odd primes: in fact, 587 is the smallest odd prime not appearing in the first 10,000 outcomes different from 1.<ref>{{Citation |last1=Rowland |first1=Eric S. |title=A Natural Prime-Generating Recurrence |journal=Journal of Integer Sequences |volume=11 |issue=2 |pages=08.2.8 |year=2008 |url=http://www.cs.uwaterloo.ca/journals/JIS/VOL11/Rowland/rowland21.html |arxiv=0710.3217 |bibcode=2008JIntS..11...28R}}.</ref> This recurrence is rather inefficient. In perspective, it is trivial to write an algorithm to generate all prime numbers (from the definition), and many [[Generating primes|more efficient algorithms]] are known. Thus, such recurrence relations are more a matter of curiosity than of practical use. ==See also== * [[Prime number theorem]] ==References== {{Reflist}} ==Further reading== *{{Citation | doi=10.2307/2690354 | last1=Regimbal | first1=Stephen | title=An explicit Formula for the k-th prime number | jstor=2690354 | year=1975 | journal=Mathematics Magazine | volume=48 | pages=230–232 | issue=4 | publisher=Mathematical Association of America}}. *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, [https://www.ias.ac.in/article/fulltext/pmsc/092/01/0049-0052 pp. 49–52] [https://www.ias.ac.in/article/fulltext/pmsc/093/01/0066-0066 errata] ==External links== * {{MathWorld2|urlname=PrimeFormulas|title=Prime Formulas|urlname2=Prime-GeneratingPolynomial|title2=Prime-Generating Polynomial}} {{Prime number classes}} [[Category:Prime numbers]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:As of
(
edit
)
Template:Citation
(
edit
)
Template:Cite arXiv
(
edit
)
Template:EquationNote
(
edit
)
Template:Harvs
(
edit
)
Template:Harvtxt
(
edit
)
Template:MathWorld2
(
edit
)
Template:NumBlk
(
edit
)
Template:OEIS
(
edit
)
Template:Prime number classes
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)