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.

A261324 Smallest prime p that starts an n-tuplet of consecutive primes of length A008407(n).

Original entry on oeis.org

2, 3, 5, 3, 5, 7, 11, 11, 7, 5, 5, 11, 11, 11, 11, 7, 13, 13, 13, 29, 29, 7, 7
Offset: 1

Views

Author

Max Alekseyev, Aug 14 2015

Keywords

Comments

In contrast to A065688, n-tuplets here may be singular and give the complete set of residues modulo some prime. For example, for n=4 we have the 4-tuplet: (3,5,7,11) = (3,3+2,3+4,3+8), but there are no other prime 4-tuplets of the form (p,p+2,p+4,p+8), since one of its elements would be divisible by 3.
For any n, a(n) <= n or a(n) = A065688(n).

Crossrefs

Formula

a(n) = A000040(A261323(n)).