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.

A354369 Successive pairs of terms (a, b) such that (a + b) is a prime number and at least one of a and b is a prime number. This is the lexicographically earliest infinite sequence of distinct terms > 0 with this property.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 10, 8, 11, 12, 17, 13, 16, 14, 23, 18, 19, 20, 41, 22, 31, 24, 29, 26, 47, 28, 43, 30, 37, 32, 71, 34, 67, 36, 53, 38, 59, 40, 61, 42, 89, 44, 83, 46, 103, 48, 79, 50, 101, 52, 97, 54, 73, 56, 107, 58, 109, 60, 113, 62, 131, 64, 127, 66, 157, 68, 173, 70, 163, 72, 139, 74, 137
Offset: 1

Views

Author

Eric Angelini and Carole Dubois, May 24 2022

Keywords

Comments

The terms 9, 15, 21, 25, 27, 33, 35, 39, 45, 49, 51, ... will never appear in the sequence; they form A071904, the "Odd composite numbers".

Examples

			The earliest pairs with their prime sum: (1, 2) = 3, (3, 4) = 7, (5, 6) = 11, (7, 10) = 17, (8, 11) = 19, (12, 17) = 29, (13, 16) = 29, (14, 23) = 37, etc.
		

Crossrefs

Cf. A354367, A354368, A354370 (same idea), A071904.

Programs