Search for Generalized Fermat Progressions
Let b be a positive integer. A GFP-n is any sequence of n primes such that b2k + 1 are primes for 0 ≤ k ≤ n - 1.
b is the generator of the progression.
GFP is a set of C++ applications.
Each program searches for a fixed-length GFP-n.
If gn > 1 is the smallest generator of any GFP-n then
g1 = g2 = g3 = g4 = g5 = 2 (the Fermat primes).
g6 = 7072833120 (from Yves Gallot, May 16 2001).
g7 = 2072005925466 (from Jens Kruse Andersen, May 06 2007).
g8 = 240164550712338756 (from Kellen Shenton, Aug 13 2020).
This integer sequence is https://oeis.org/A090872.