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.

A037056 a(n)-th prime is the smallest prime containing exactly n 2's.

Original entry on oeis.org

2, 1, 48, 331, 2490, 94500, 1283805, 1402294, 12238270, 891573671, 975688072, 77612456753, 715763987889, 748327378591, 6944174236934, 580400102242316, 5209104353769836, 5710407472211223, 510579443617388387, 4806424039483242581, 45763276831811185976, 440594267900327752100
Offset: 0

Views

Author

Patrick De Geest, Jan 04 1999

Keywords

Crossrefs

Programs

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

Formula

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

Extensions

a(0)=2 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