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.

A105468 Number of irregular primes less than or equal to the 10^n-th prime.

Original entry on oeis.org

0, 30, 392, 3935, 39400, 393737, 3933421, 39339651
Offset: 1

Views

Author

Robert G. Wilson v, Apr 07 2005

Keywords

Comments

Limit_{n->inf.} a(n)/10^n -> 1-e^(-1/2).

Crossrefs

Programs

  • Mathematica
    ip={ the list of irregular primes to 12 million }; Table[ Length[ Select[ip, # <= Prime[10^n] &]], {n, 5}]

Extensions

Data corrected and a(6)-a(8) added by Amiram Eldar, Mar 05 2019