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.

A037068 a(n)-th prime is the smallest prime containing exactly n 8's.

Original entry on oeis.org

1, 23, 152, 1107, 8611, 70478, 1793210, 5156463, 45470645, 2074530409, 11397691034, 33578243459, 1603686087003, 2859644709998, 26622184513952, 518238694402971, 2339285051888769, 69641948074252447, 208626752630607267, 8383527978057824838, 119921750787289924042, 375732914981870085595
Offset: 0

Views

Author

Patrick De Geest, Jan 04 1999

Keywords

Crossrefs

Programs

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

Formula

a(n) = A000720(A037069(n)). - Amiram Eldar, Jul 21 2025

Extensions

a(0)=1 prepended by Sean A. Irvine, Dec 06 2020
a(12) corrected and a(13)-a(21) calculated using Kim Walisch's primecount and added by Amiram Eldar, Jul 21 2025