A226707 Least number k such that 5^(2^i) + k is prime for i = 0,1,..,n-1.
2, 6, 6, 48, 384, 1518, 2037018, 2037018, 44279730804, 424427587626
Offset: 1
Examples
a(5) = 384 because k = 384 is the minimal k such that N = 5^(2^i) + k is prime for i = 0, 1, 2, 3, 4; N = 389, 409, 1009, 391009, 152587891009. But 5^(2^5) + 384 is divisible by 797 and another prime.
Extensions
a(10) from Giovanni Resta, Jun 16 2013