Guest wrote:Hmm. If linear extrapolation works here, then linear interpolation should also work. What we need now is a proof for our important and fundamental rule...
Dave.
Guest wrote:Hmm. We are still searching for that elusive gap of 13,128 between any consecutive primes between [tex]10^{689}[/tex] and [tex]10^{692}[/tex].
Hopefully, we will have an affirmative result soon.
Dave.
Guest wrote:Hmm. We are still searching for that elusive gap of 13,128 between any consecutive primes between [tex]10^{689}[/tex] and [tex]10^{692}[/tex].
Hopefully, we will have an affirmative result soon.
Dave.
Guest wrote:Guest wrote:Hmm. We are still searching for that elusive gap of 13,128 between any consecutive primes between [tex]10^{689}[/tex] and [tex]10^{692}[/tex].
Hopefully, we will have an affirmative result soon.
Dave.
FYI: Prime Gap Expectations: [tex]2 \le[/tex] gap [tex]< 2,538,888[/tex] (the maximum gap number: l[tex]og^{2}(10^{692}) \approx 2,538,888[/tex] ) between any consecutive primes between [tex]10^{689}[/tex] and [tex]10^{692}[/tex].
Right?
Dave.
Guest wrote:Hmm. It would be great if we could also discover the maximum gap (< 2,538,888) between consecutive primes between [tex]10^{689}[/tex] and[tex]10^{692}[/tex]. That very unlikely result should confirm theory.
Dave.
Guest wrote:Guest wrote:Guest wrote:Hmm. We are still searching for that elusive gap of 13,128 between any consecutive primes between [tex]10^{689}[/tex] and [tex]10^{692}[/tex].
Hopefully, we will have an affirmative result soon.
Dave.
FYI: Prime Gap Expectations: [tex]2 \le[/tex] gap [tex]< 2,538,888[/tex] (the maximum gap number: l[tex]og^{2}(10^{692}) \approx 2,538,888[/tex] ) between any consecutive primes between [tex]10^{689}[/tex] and [tex]10^{692}[/tex].
Right?
Dave.
Thus far, we expect an average prime gap of roughly [tex]692 * log(10) \approx 1594[/tex] between consecutive primes between [tex]10^{689}[/tex] and [tex]10^{692}[/tex] according to theory.
Higher prime gaps than the average prime gap (1,594) are exceedingly difficult to discover according to theory. Thus, the distribution of prime gaps is skewed!
Dave.
Guest wrote:Hmm. Our conclusion is not definitive! And we expect better results with more powerful computers and with better programming etc. -- Dave.
Wolfram Mathematica Revised Code:
see[n, gap_, l_, u_]:=(
SeedRandom[];
start=NextPrime[RandomInteger[{10^l, 10^u}]];
While [ NextPrime[start] - start < gap,
If[ RandomInteger[]==0, start = NextPrime[RandomInteger[{n,RandomInteger[{n, 10^u}]}]], start = NextPrime[RandomInteger[{RandomInteger[{n, 10^u}], 10^u}]]]];
Return[{start, NextPrime[start], NextPrime[start] - start}]);
_____________________end of code_____________________
Relevant Reference Link:
https://www.wolframcloud.com/.
FYI:
Input: see[10^689, 13128, 689, 692]
Output:
{
54631494895515698608190997633988086894451571322456760899683161503562683553728393668355442364309383347402594102156537808793288267194187570402741382588538410140279423596087568478
96123582075321088600842607923147165507251373893157667242002919386365972068302467776380660240890100708406358202406669571495428217973225321368484511699378958820874976741319412862
46794309947536228218297579895331460300996712165725547513120386554961620466423008706236787997521228954073007930601800766291467766146315548361473932855849330499286768791051218909
25201472771261673611400088747127540560834596496171928467307106121651508553700439526126528606546176216928066043519770876036616407321993817310368859181601997307538887,
546314948955156986081909976339880868944515713224567608996831615035626835537283936683554423643093833474025941021565378087932882671941875704027413825885384101402794235960875684789
612358207532108860084260792314716550725137389315766724200291938636597206830246777638066024089010070840635820240666957149542821797322532136848451169937895882087497674131941286246
794309947536228218297579895331460300996712165725547513120386554961620466423008706236787997521228954073007930601800766291467766146315548361473932855849330499286768791051218909252
01472771261673611400088747127540560834596496171928467307106121651508553700439526126528606546176216928066043519770876036616407321993817310368859181601997307552711,
13824} where gap = 13,824.
Guest wrote:A Grand Hypothesis:
"The repetition and the growth of prime gaps between consecutive prime numbers are essential for the efficient generation of all composites (all positive integers that are not prime) in accordance with the Fundamental Theorem of Arithmetic and in accordance with the Prime Number Theorem." -- David Cole.
A Grand Claim:
"As a result of our grand hypothesis, we claim the Polignac Conjecture is true!" -- David Cole.
Relevant Reference Link:
'What great conjectures in mathematics combine the additive theory of numbers with the multiplicative theory of numbers?',
...
Guest wrote:"Remark: Polignac's conjecture is true! (...)"
Hah! We are not convinced that Polignac's conjecture is true! There may be exceptional sets such that Poignac's conjecture is generally false!
Let's assume [tex]1 \le \lambda < \frac{log^{2}(pq)}{2}[/tex] is in accordance with the Prime Number Theorem when p > q are consecutive odd primes with [tex]p - q = 2 \lambda[/tex].
Are there infinitely many consecutive prime pairs, p and q, such that [tex]\sqrt{pq + \lambda^{2}}[/tex] is a positive integer when [tex]\lambda =1[/tex]?
Are there infinitely many consecutive prime pairs, p and q, such that [tex]\sqrt{pq + \lambda^{2}}[/tex] is a positive integer when [tex]\lambda =2[/tex]?
Are there infinitely many consecutive prime pairs, p and q, such that [tex]\sqrt{pq + \lambda^{2}}[/tex] is a positive integer when [tex]\lambda =3[/tex]?
...
What is the probability that Polignac's conjecture is generally false for any positive even integer, [tex]2 \lambda[/tex]?
Dave wrote:Update: Prob( [tex]p - 2 \lambda \ne q[/tex] over E ) = Prob ( [tex]n_{m} \ne 1 | p_{m } - 2 \lambda = n_{m } *q_{m }[/tex] )
= [tex]\prod_{m=1}^{\infty }\frac{\pi (\sqrt{p_{m} - 2 \lambda})}{\pi (\sqrt{p_{m} - 2 \lambda}) + 1} = 0[/tex].
Users browsing this forum: No registered users and 1 guest