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.

A157338 First primes in successive prime centuries.

Original entry on oeis.org

2, 101, 211, 307, 401, 503, 601, 701, 809, 907, 1009, 1103, 1201, 1301, 1409, 1511, 1601, 1709, 1801, 1901, 2003, 2111, 2203, 2309, 2411, 2503, 2609, 2707, 2801, 2903, 3001, 3109, 3203, 3301, 3407, 3511, 3607, 3701, 3803, 3907, 4001, 4111, 4201, 4327
Offset: 1

Views

Author

Ki Punches, Feb 27 2009

Keywords

Programs

  • Mathematica
    NextPrime/@Range[0,5000,100]  (* Harvey P. Dale, Jan 11 2011 *)

Formula

a(n) ~ n log n. - Charles R Greathouse IV, Aug 20 2013