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.

A116024 The n-th prime minus n gives a semiprime (A001358).

Original entry on oeis.org

5, 7, 9, 12, 20, 22, 24, 36, 40, 49, 52, 55, 58, 59, 60, 64, 69, 72, 74, 78, 80, 82, 87, 93, 96, 101, 105, 106, 108, 112, 114, 117, 118, 122, 123, 124, 125, 128, 132, 134, 135, 136, 138, 140, 142, 147, 150, 156, 158, 159, 160, 162, 164, 166, 170, 172, 180, 184
Offset: 1

Views

Author

Giovanni Resta, Feb 13 2006

Keywords

Examples

			p(40)-40=133=7*19.
		

Crossrefs

Programs

  • Mathematica
    Transpose[Select[Table[{Prime[n],n},{n,200}],PrimeOmega[#[[1]]-#[[2]]] == 2&]][[2]] (* Harvey P. Dale, Jun 05 2015 *)