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.

A352712 a(n) is the smallest prime in a sequence of 2n consecutive primes that form a symmetrical constellation of cousin primes.

Original entry on oeis.org

7, 7, 7, 853, 1286220583, 178706126107, 888895528231807, 16197229696176289
Offset: 1

Views

Author

Natalia Makarova, Mar 30 2022

Keywords

Comments

A cousin prime pair is a pair of primes that differ by 4.
a(8) was found by Petukhov.

Examples

			a(2) = 7 since the 4 consecutive primes (7, 11, 13, 17) are two pairs of cousin primes which are symmetrical because 7 + 17 = 11 + 13.
		

Crossrefs

Cf. A274792.