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.

A123997 Numbers k for which 16*k+1, 16*k+3 and 16*k+15 are primes.

Original entry on oeis.org

1, 133, 166, 208, 313, 418, 616, 691, 718, 1336, 1441, 1573, 1588, 1756, 2083, 2308, 2533, 2926, 2986, 3688, 3766, 3883, 4036, 4096, 4201, 4663, 5311, 5626, 5908, 6181, 7018, 7456, 7771, 7798, 8188, 8881, 9196, 9343, 9388, 9826, 10108, 10123, 10528
Offset: 1

Views

Author

Artur Jasinski, Oct 31 2006

Keywords

Crossrefs

Cf. A092022.

Programs

  • Mathematica
    Select[Range[11000], And @@ PrimeQ /@ ({1, 3, 15} + 16#) &] (* Ray Chandler, Nov 05 2006 *)

Extensions

Extended by Ray Chandler, Nov 05 2006