![]() |
|
|
#34 |
|
Nov 2003
164448 Posts |
|
|
|
|
|
|
#35 |
|
Sep 2002
2C16 Posts |
There was a recent competition for prime-generating polynomials that can be reviewed at http://www.recmath.org/contest/PGP/index.php. The polynomial generating the most positive and negative primes for consecutive x (0 to 56) was 1/4 x5 - 133/4 x4 + 6729/4 x3 - 158379/4 x2 + 860147/2 x - 1705829.
|
|
|
|
|
|
#36 | |
|
∂2ω=0
Sep 2002
República de California
2D7F16 Posts |
Are any results known pertaining to whether it is possible for a polynomial with integer coefficients to yield a prime density among its outputs (for consecutive integer values of its argument x) which does not tend to zero as x --> oo?
Note that I'm taking about arithmetic progressions ax + b, for which Dirichlet's theorem guarantees an infinitude of prime outputs if gcd(a,b) = 1 but for which the Prime Number Theorem implies zero asymptotic density of such primes - I'm referring specifically to polynomials of degree >= 2, for which the PNT does not automatically require zero density of prime outputs. {Added later:} Ah, doing a little searching allowed me to at least partially answer the question: this is equivalent to a special (single-polynomial) case of the question which the Bateman-Horn conjecture purports to answer (negatively). For quadratic polynomials this is essentially the famous Hardy-Littlewood Conjecture F, and the prime density must always be asymptotically zero, but can be arbitrarily (but finitely) larger than the Li(x) density of the primes at large. Here's a recent paper from Mathematics of Computation on this topic, "New Quadratic Polynomials With High Densities of Prime Values," by Michael Jacobson and Hugh Williams. Their best numerical result: Quote:
|
|
|
|
|
|
|
#37 | |
|
Dec 2003
Hopefully Near M48
2·3·293 Posts |
Quote:
|
|
|
|
|
|
|
#38 |
|
∂2ω=0
Sep 2002
República de California
19·613 Posts |
Well, assuming the Bateman-Horn conjecture is true, that would imply that all irreducible polynomials f(x) exhibit the [pi(x) proportional to x/log(x)] prime-density asymptotics guaranteed for the primes at large by the PNT, but with the constant of proportionality dependent on the particular polynomial in question (e.g. inversely proportional to deg(f), and also dependent on some other properties of f.)
Last fiddled with by ewmayer on 2006-10-06 at 23:58 |
|
|
|
|
|
#39 |
|
Dec 2003
Hopefully Near M48
2·3·293 Posts |
In other words, the density of primes for all irreducible (irreducible over what field, by the way?) will decay to zero.
What about reducible polynomials? |
|
|
|
|
|
#40 | ||
|
Feb 2006
Denmark
23010 Posts |
Quote:
However, it follows from plausible conjectures that n^2 + n + q can be prime for arbitrarily many successive values of n starting at 0. Finding more than the 40 primes for q = 41 may remain computationally infeasible for decades or centuries. The largest known non-trivial case of "simultaneous primes" is 18. It's trivial to compute large q for which n^2 + n + q never has a factor below a million or more. Here is a short PARI/GP script to do it. Quote:
It's trivial to compute larger A which probably has larger asymptotic density, e.g. A = 36212076076372122687442737117503173584640990732801565\ 389186570542773865550682348263508926844065951918140635333116\ 150569859767059204071025706402682150955722907190895745308118\ 511886031925270319147473141837747199 from this post. |
||
|
|
|
|
|
#41 |
|
Sep 2005
UGent
3C16 Posts |
Reducible polynomials can only give a finite number of primes, because the factorization of the polynomial gives a factorization of the value.
example for f(x) = (x+1)(x+2): f(1) = 2 x 3 = 6 f(2) = 3 x 4 = 12 f(3) = 4 x 5 = 20 f(4) = 5 x 6 = 30 ... The value of a reducible polynomial can only be prime if all but one factors are 1 or -1. |
|
|
|
|
|
#42 |
|
Bronze Medalist
Jan 2004
Mumbai,India
22×33×19 Posts |
With due regard to your math stature in this forum kindly let me know why you say that the polynomial n^2+n + 17 does not generate a finite prime sequence even though they are nor successive?
As far as I can see it generates primes from 0 -15. The 16th term is 289 which is 17^2. Mally :coffee. |
|
|
|
|
|
#43 | |
|
Oct 2005
Fribourg, Switzerlan
22·32·7 Posts |
Quote:
|
|
|
|
|
|
|
#44 |
|
Sep 2006
Brussels, Belgium
13·131 Posts |
n^2 + n + 17 generates primes for n in {18, 19, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 34, 35, 37, 38, 40, 42, 44, 45, 46, 47, 49, 53, 56, 57, 59, 60, 62, 63, 64, 70, 72, ... , ...} besides the first consecutive values < 16.
Last fiddled with by S485122 on 2006-10-07 at 17:27 |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error generating or reading NFS polynomials | Brownfox | Msieve | 7 | 2018-04-06 16:24 |
| Prime generating series | Citrix | Open Projects | 18 | 2013-08-24 05:24 |
| when does prime seach stop? | Unregistered | Information & Answers | 5 | 2011-08-10 01:38 |
| LLR 3.8.2: more flexible stop-on-prime option | mdettweiler | Conjectures 'R Us | 21 | 2010-10-03 13:38 |
| Prime-generating polynomials | Orgasmic Troll | Math | 28 | 2004-12-02 16:37 |