cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A226707 Least number k such that 5^(2^i) + k is prime for i = 0,1,..,n-1.

Original entry on oeis.org

2, 6, 6, 48, 384, 1518, 2037018, 2037018, 44279730804, 424427587626
Offset: 1

Views

Author

Robin Garcia, Jun 15 2013

Keywords

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.
		

Crossrefs

Extensions

a(10) from Giovanni Resta, Jun 16 2013