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.

A068488 m for which p(m) is the least prime dividing #p(n) + 1, i.e., primorial n-th prime augmented by 1 (A005234).

Original entry on oeis.org

2, 4, 11, 47, 344, 17, 8, 69, 66, 67, 8028643011, 42, 18, 39, 162, 21, 59, 48, 2311331257, 179, 369, 2477, 23289, 32, 172011, 75668, 342, 35, 28757, 356411, 243, 297, 152
Offset: 1

Views

Author

Lekraj Beedassy, Mar 11 2002

Keywords

Comments

Since #P34 + 1 has two rather large factors, we need the number of primes less than or equal to 678279959005528882498681487.

Crossrefs

Cf. A068489.

Programs

  • Mathematica
    Do[ Print[ PrimePi[ FactorInteger[ Product[ Prime[k], {k, 1, n}] + 1] [[1, 1]]]], {n, 1, 20} ]

Formula

a(n) = PrimePi(A051342).

Extensions

Edited and extended by Robert G. Wilson v, Mar 12 2002