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.

A242476 Primes p such that p + 22 is also prime.

Original entry on oeis.org

7, 19, 31, 37, 61, 67, 79, 109, 127, 151, 157, 211, 229, 241, 271, 331, 337, 367, 379, 397, 409, 421, 439, 457, 487, 499, 541, 547, 571, 577, 619, 631, 661, 739, 751, 787, 859, 907, 919, 991, 997, 1009, 1039, 1069, 1087, 1129, 1171, 1201, 1237, 1279, 1297
Offset: 1

Views

Author

Vincenzo Librandi, May 21 2014

Keywords

Crossrefs

Programs

  • Magma
    [p: p in PrimesUpTo(1500)| IsPrime(p+22)];
  • Mathematica
    Select[Prime[Range[900]], PrimeQ[# + 22] &]