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.

A092402 Primes of the form p+8 where p is a prime.

Original entry on oeis.org

11, 13, 19, 31, 37, 61, 67, 79, 97, 109, 139, 157, 181, 199, 241, 271, 277, 367, 397, 409, 439, 457, 487, 499, 571, 577, 601, 607, 661, 691, 709, 727, 751, 769, 829, 919, 937, 991, 1021, 1039, 1069, 1117, 1171, 1201, 1231, 1237, 1291, 1297, 1327, 1381, 1447
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Mar 22 2004

Keywords

Crossrefs

Select primes from A000040 + 8.

Programs

  • Mathematica
    Select[Prime[Range[5,2000]],PrimeQ[#-8]&] (* Vincenzo Librandi, Jul 14 2012 *)