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.

Showing 1-1 of 1 results.

A254380 2^2*3^3*...*a(n)^a(n) + 1 is prime, a(n) is prime, a(n)>a(n-1), and a(n) is minimal.

Original entry on oeis.org

2, 3, 19, 11251
Offset: 1

Views

Author

G. L. Honaker, Jr., Jan 29 2015

Keywords

Comments

Observation: a(2)..a(4) coincide with a(1)..a(3) from A191623. - Omar E. Pol, Jan 30 2015

Examples

			a(1)=2 because 2 and (2^2)+1=5 are prime.
a(2)=3 because 3 and (2^2*3^3)+1=109 are prime.
a(3)=19 because 19 and (2^2*3^3*19^19)+1=213669322811313867625389733 are prime, and this did not work for either 5, 7, 11, 13.
		

Crossrefs

Extensions

a(4) found by Chris K. Caldwell
Showing 1-1 of 1 results.