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.

A219602 Primes p such that p^2-2 is composite.

Original entry on oeis.org

11, 17, 23, 31, 41, 53, 59, 67, 73, 79, 83, 97, 101, 109, 113, 137, 149, 151, 157, 163, 167, 179, 181, 193, 197, 199, 227, 229, 241, 251, 263, 269, 271, 277, 281, 283, 307, 311, 317, 331, 347, 349, 353, 367, 373, 379, 383, 389, 397, 401, 409, 419, 431
Offset: 1

Views

Author

Jayanta Basu, Apr 12 2013

Keywords

Crossrefs

Cf. A062326.

Programs

  • Mathematica
    Select[Prime[Range[83]], ! PrimeQ[#^2 - 2] &]