Prime numbers whose neighboring pairs are tetraprimes: Difference between revisions

Content added Content deleted
(julia example)
Line 624: Line 624:
(fol1M, "1,000,000", fmin1M, fmedian1M, fmax1M, fol1M_with7),
(fol1M, "1,000,000", fmin1M, fmedian1M, fmax1M, fol1M_with7),
]
]
print("Found $(length(tet)) primes under 100,000 whose preceding neighboring pair are tetraprimes")
print("Found $(length(tet)) primes under $s whose preceding neighboring pair are tetraprimes")
if s == "100,000"
if s == "100,000"
println(":")
println(":")
Line 656: Line 656:
Of those primes, 36 have a neighboring pair one of whose factors is 7.
Of those primes, 36 have a neighboring pair one of whose factors is 7.


Found 10815 primes under 100,000 whose preceding neighboring pair are tetraprimes.
Found 10815 primes under 1,000,000 whose preceding neighboring pair are tetraprimes.
Minimum, median, and maximum gaps between those primes: 4 648.0 9352
Minimum, median, and maximum gaps between those primes: 4 648.0 9352
Of those primes, 5176 have a neighboring pair one of whose factors is 7.
Of those primes, 5176 have a neighboring pair one of whose factors is 7.


Found 10551 primes under 100,000 whose preceding neighboring pair are tetraprimes.
Found 10551 primes under 1,000,000 whose preceding neighboring pair are tetraprimes.
Minimum, median, and maximum gaps between those primes: 4 660.0 10284
Minimum, median, and maximum gaps between those primes: 4 660.0 10284
Of those primes, 5069 have a neighboring pair one of whose factors is 7.
Of those primes, 5069 have a neighboring pair one of whose factors is 7.