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.

A132261 Main diagonal of array in A132260.

Original entry on oeis.org

13, 107, 101, 491, 8039, 9349
Offset: 1

Views

Author

Jonathan Vos Post, Aug 15 2007

Keywords

Examples

			a(1) = 13 because 13 is the first prime p such that 2^2^3 + p^2^3 is prime.
a(2) = 107 because 107 is the 2nd prime p such that 2^2^4 + p^2^4 is prime.
a(3) = 101 because 101 is the 3rd prime p such that 2^2^5 + p^2^5 is prime.
		

Crossrefs

Formula

a(n) = A[n,n+2] = n-th prime p such that 2^2^(n+2) + p^2^(n+2) is prime.