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.

A086220 Numbers n such that p=n^2+2, p+2, p+6 and p+8 are four consecutive primes.

Original entry on oeis.org

3, 57, 32397, 54813, 61827, 62493, 98487, 98853, 119937, 213237, 254577, 306123, 322263, 328803, 438453, 603603, 619263, 656733, 671013, 675807, 821247, 875277, 1051173, 1121133, 1163697, 1230783, 1234317, 1337763, 1382223, 1388103, 1455927, 1538517, 1581237
Offset: 1

Views

Author

Zak Seidov, Sep 08 2003

Keywords

Crossrefs

Programs

  • PARI
    is(n)={my(p=n^2+2); isprime(p) && isprime(p+2) && isprime(p+6) && isprime(p+8)} \\ Andrew Howroyd, Jan 05 2020

Extensions

Terms a(15) and beyond from Andrew Howroyd, Jan 05 2020
Showing 1-1 of 1 results.