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.

A287924 Numbers k such that A287922(k) is a prime.

Original entry on oeis.org

2, 3, 4, 6, 7, 12, 15, 19, 21, 25, 27, 33, 38, 39, 44, 51, 59, 62, 63, 65, 66, 69, 74, 90, 93, 96, 101, 106, 108, 111, 112, 123, 132, 138, 143, 144, 147, 153, 162, 163, 166, 168, 181, 187, 188, 203, 219, 224, 229, 241, 243, 255, 258, 259, 269, 273, 300
Offset: 1

Views

Author

XU Pingya, Jun 02 2017

Keywords

Comments

Corresponding primes are in A045637.

Crossrefs

Programs

  • Mathematica
    Select[Table[n, {n, 300}], PrimeQ[Prime[#]^2 + 4] &]