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.

A364635 a(n) is the largest prime p such that p/PrimePi(p) < n.

Original entry on oeis.org

7, 31, 113, 359, 1129, 3089, 8467, 24281, 64717, 175141, 481447, 1304713, 3524621, 9560081, 25874773, 70119967, 189969349, 514282961, 1394199299, 3779856617, 10246936393, 27788573801, 75370126379, 204475055189, 554805820519, 1505578026059, 4086199303001, 11091501632977
Offset: 2

Views

Author

Jon E. Schoenfield, Sep 09 2023

Keywords

Comments

Sequence begins at a(2) because there exists no prime p such that p/PrimePi(p) < 1.

Examples

			a(4) = 113 because 113/PrimePi(113) = 113/30 = 3.766... but p/PrimePi(p) >= 4 for all primes > 113.
		

Crossrefs

Formula

a(n) = prime(A102281(n)). - Michel Marcus, Sep 10 2023