Prime numbers whose neighboring pairs are tetraprimes: Difference between revisions

(julia example)
Line 624:
(fol1M, "1,000,000", fmin1M, fmedian1M, fmax1M, fol1M_with7),
]
print("Found $(length(tet)) primes under 100,000$s whose preceding neighboring pair are tetraprimes")
if s == "100,000"
println(":")
Line 656:
Of those primes, 36 have a neighboring pair one of whose factors is 7.
 
Found 10815 primes under 1001,000,000 whose preceding neighboring pair are tetraprimes.
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.
 
Found 10551 primes under 1001,000,000 whose preceding neighboring pair are tetraprimes.
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.
4,102

edits