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.

A123990 Numbers k for which 16*k+1, 16*k+3, 16*k+7, 16*k+13 and 16*k+15 are primes.

Original entry on oeis.org

1, 7771, 18166, 21691, 26146, 26356, 46801, 69046, 75916, 91516, 111406, 122716, 156196, 171436, 175726, 177316, 201571, 219316, 222706, 259951, 282826, 355531, 426796, 433621, 435301, 438976, 440056, 524371, 560461, 585166, 605506, 608026
Offset: 1

Views

Author

Artur Jasinski, Oct 30 2006

Keywords

Crossrefs

Cf. A092022.

Programs

  • Mathematica
    Select[Range[10^6], And @@ PrimeQ /@ ({1, 3, 7, 13, 15} + 16#) &] (* Ray Chandler, Dec 06 2006 *)