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.

Showing 1-1 of 1 results.

A287927 Numbers k such that A287925(k) is a prime.

Original entry on oeis.org

2, 3, 4, 5, 7, 8, 9, 12, 13, 17, 18, 20, 22, 25, 32, 34, 41, 48, 49, 50, 53, 61, 65, 66, 72, 73, 75, 76, 77, 85, 87, 89, 93, 96, 98, 104, 108, 113, 114, 115, 121, 124, 127, 130, 141, 142, 147, 156, 165, 176, 178, 179, 180, 182, 183, 187, 196, 197, 208, 214
Offset: 1

Views

Author

XU Pingya, Jun 03 2017

Keywords

Comments

Corresponding primes are in A094479.

Crossrefs

Programs

  • Mathematica
    Select[Table[n, {n, 215}], PrimeQ[Prime[#]^4 + 2^4] &]
Showing 1-1 of 1 results.