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.

A075322 Pair the odd primes so that the k-th pair is (p, p+2n) where p is the smallest prime not included earlier such that p and p+2n are primes and p+2n also does not occur earlier: (3, 5), (7, 11), (13, 19), (23, 31), (37, 47), (17, 29), ... This is the sequence of the second member of every pair.

Original entry on oeis.org

5, 11, 19, 31, 47, 29, 67, 59, 79, 103, 131, 97, 127, 167, 71, 181, 191, 173, 151, 233, 239, 223, 257, 277, 313, 251, 281, 163, 389, 353, 373, 347, 307, 337, 419, 431, 457, 443, 479, 397, 461, 523, 577, 509, 499, 541, 557, 563
Offset: 1

Views

Author

Amarnath Murthy, Sep 14 2002

Keywords

Comments

Question: Is every prime p a member of some pair?
a(n) = A075323(2*n).

Crossrefs

Programs

Formula

a(n) = A075321(n)+2*n.
a(n) = A075323(2*n).

Extensions

Corrected by R. J. Mathar, Nov 26 2014