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.

A100917 Primes of the form pi(n) + prime(n).

Original entry on oeis.org

2, 7, 23, 47, 53, 59, 79, 179, 211, 257, 311, 331, 373, 379, 431, 443, 487, 491, 503, 523, 647, 661, 673, 677, 683, 691, 857, 863, 887, 919, 947, 1009, 1021, 1091, 1129, 1151, 1171, 1193, 1231, 1237, 1277, 1283, 1471, 1663, 1667, 1753, 1777, 1811, 1993
Offset: 1

Views

Author

Ray Chandler, Nov 27 2004

Keywords

Comments

Primes appearing in A100486.

Crossrefs

Programs

  • Mathematica
    Select[Table[PrimePi[n] + Prime[n], {n, 300}], PrimeQ]

Formula

a(n) = A100486(A065042(n)).