Estimate Of Maximum Prime Gap (MPG) Between Consecutive Primes For Primes Less Than N:If we let the average prime gap, a(n), in the interval, [tex][0, n] =[/tex]
{ [tex]x, 0 \le x\le n \ge 97[/tex]
}, be
a(n) = n / [tex]\pi(n)[/tex],
then we estimate
mpg: [tex]\sum_{i=1}^{⌊a(n)⌋ - ⌊log( a(n) )⌋ }2 * i \le mpg < (1 + a(n) - ⌊a(n)⌋) * \sum_{i=1}^{⌊a(n)⌋ - ⌊log( a(n) )⌋ }2 * i[/tex] where
mpg is rounded to the nearest positive even integer;
Please verify this latest result. Thank you!
Keywords: [tex]\pi(n)[/tex] is prime-counting function and Uncertainty Principle For Calculating Primes (UCP) (see another post under number theory)
Reference Data Link:
https://primes.utm.edu/notes/gaps.htmlDavid Cole (aka primework123)[/quote]
The term,
[tex](1 + a(n) - ⌊a(n)⌋)[/tex], can probably be replaced by 1.25 so that we have:
[tex]\sum_{i=1}^{⌊a(n)⌋ - ⌊log (a(n))⌋ }2 * i \le mpg < 1.25 * \sum_{i=1}^{⌊a(n)⌋ - ⌊log (a(n))⌋ }2 * i[/tex] where
mpg is rounded to the nearest positive even integer;
[tex]mpg' = 1.125 * \sum_{i=1}^{⌊a(n)⌋ - ⌊log (a(n))⌋ }2 * i[/tex] where
mpg' is rounded to the nearest positive even integer.
Please verify these latest results. Thank you!
Reference Data Link:
https://primes.utm.edu/notes/gaps.htmlDavid Cole (aka primework123)