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.

A037058 a(n)-th prime is the smallest prime containing exactly n 3's.

Original entry on oeis.org

1, 2, 51, 345, 2602, 27062, 232466, 1935248, 17950160, 155123231, 1022275037, 13076476440, 119921146473, 1100928006234, 9986615648246, 39453679683959, 636484070277727, 8477216022186037, 80079195779613271, 758351887226957873, 7209429409009441899, 68676498683402943115
Offset: 0

Views

Author

Patrick De Geest, Jan 04 1999

Keywords

Crossrefs

Programs

  • Mathematica
    (* see A037059 for f *) PrimePi[ Table[ f[n, 3], {n, 1, 13}]]

Formula

a(n) = A000720(A037059(n)). - Amiram Eldar, Jul 20 2025

Extensions

Edited and extended by Robert G. Wilson v, Jul 04 2003
a(0)=1 prepended by Sean A. Irvine, Dec 06 2020
a(14)-a(21) calculated using Kim Walisch's primecount and added by Amiram Eldar, Jul 20 2025