![]() |
|
|
#56 | |
|
Bamboozled!
"𒉺𒌌𒇷𒆷ð’€"
May 2003
Down not across
22×5×72×11 Posts |
Quote:
That is, a linear polynomial can be dense over the primes. For example, the polynomials 10x+1, 10x+3, 10x+7 and 10x+9 between them produce all the primes (other than 2 and 5, of course) and each asymptotically produces one quarter of the primes. I hope the proof of the first half of that statement (all primes) is instantly obvious. The proof of the second half (1/4 of the primes each) is distinctly non-trivial, though it surely looks exceedingly plausible even at first glance. Paul |
|
|
|
|
|
|
#57 |
|
Jun 2003
The Texas Hill Country
32×112 Posts |
I guess that I am asking the opposite question: ax+b generates 1/a of the primes. But is there a polynomial that, of the values generated, consistently generates a proportion of primes that does not asymptotically vanish?
|
|
|
|
|
|
#58 | |
|
∂2ω=0
Sep 2002
República de California
101101011111112 Posts |
Quote:
Last fiddled with by ewmayer on 2006-10-26 at 22:17 |
|
|
|
|
|
|
#59 |
|
Jun 2003
The Texas Hill Country
32·112 Posts |
I think that we are, basically, asking the same question.
|
|
|
|
|
|
#60 |
|
Jan 2005
Transdniestr
50310 Posts |
xilman, Could you qualify that?
2x+1 produces all primes where gcd(2,b)=1 (barring 2 of course) Numbers of the for 3x+1 and 3x+2 each produce (roughly?) half of the primes. |
|
|
|
|
|
#61 | |
|
Bamboozled!
"𒉺𒌌𒇷𒆷ð’€"
May 2003
Down not across
2A1C16 Posts |
Quote:
My earlier statement that ax+b produces 1/a of the primes is wrong ![]() Ho hum. A completely silly mistake, which I should have corrected before posting. A better statement is that for fixed So, for instance, when My apologies for the earlier error. I really must spend more time proof reading. Paul |
|
|
|
|
|
|
#62 |
|
Apr 2017
1 Posts |
On the issue of "negative primes": No prime is a multiple of any other prime (ignoring trivial divisors -1 and 1). The only negative integer that shares some properties with primes is -1, as it is helpful for unique factorization of both signs:
-24 = -1 * 2^3 * 3 -16 = -1 * 2^4 -11 = -1 * 11 // Not prime!! -6 = -1 * 2 * 3 -1 = -1 // Technically not prime as it has magnitude 1, but can behave like one. 8 = 2^3 47 = 47 // Yay, that is prime. The quadratic equation 36n^2 - 810n + 2753 is said to be prime for 0<=n<=44. WITH the condition "possibly in absolute value." The equation really being assessed is | 36n^2 - 810n + 2753 |, which is technically not a polynomial. The absolute value seems like a cheat for generating a lot of successive prime outputs. Thus, it's more useful to search for functions with high prime densities, as Jacobsen and Williams have done. The problem is that the average number of solutions modulo each prime for an irreducible polynomial under the Bouniakowsky conjecture tends to 1. In other words, the fraction of the function's outputs that are NOT divisible by a set of primes P is roughly the product of (P - 1) / P for all elements of P. If all primes are included in P, this product tends to zero, so the asymptotic fraction of prime outputs, as the outputs tend to infinity, does approach zero. What a shame. It does approach zero quite slowly, though. The density values (C) that Jacobsen and Williams present *are* in relation to pi(x) / x, the prime density of the natural numbers. Since there are lots of quadratics whose densities exceed 4 in this respect, they can do very well. For 0<=n<=1000000, quadratic equations such as n^2 + n + 247757 and n^2 + n + 595937 yield over 300000 primes. |
|
|
|
![]() |
| 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 |