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.

A134701 Smallest initial prime, greater than 3, of a prime chain of length n under the iteration x->2x-3.

Original entry on oeis.org

5, 5, 5, 5, 13, 283, 283, 1823, 443119823, 35332754383, 57704757113, 69478435945493, 2235755385712423, 5314285836920063, 300677829503061013
Offset: 1

Views

Author

Don Reble, Nov 07 2007

Keywords

Examples

			a(3) = 5 because 5, 5*2-3=7, 7*2-3=11 and 11*2-3=19 are primes.
		

Crossrefs

Cf. A084954.

Extensions

a(14)-a(15) from Bert Dobbelaere, May 28 2025