A352736 a(n) is the smallest b >= 2 such that 1 + Sum_{k=0..n} b^(2^k) is prime, or 1 if no such b exists.
2, 2, 2, 1, 6, 3, 448, 107, 104, 1, 4556, 1, 24124, 121209, 368, 177817, 48330, 1
Offset: 0
Examples
a(6)=448 because 448 is the smallest number b such that 1 + Sum_{k=0..6} b^(2^k) is prime.
Extensions
a(16)-a(17) from Kellen Shenton, May 08 2022
Comments