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.

A098933 Primes of the form p+14, where p is a prime.

Original entry on oeis.org

17, 19, 31, 37, 43, 61, 67, 73, 97, 103, 127, 151, 163, 181, 193, 211, 241, 271, 277, 283, 307, 331, 367, 373, 397, 433, 457, 463, 523, 571, 577, 601, 607, 613, 631, 661, 673, 691, 733, 757, 787, 811, 823, 853, 877, 967, 991, 997, 1033, 1063, 1117, 1123, 1201
Offset: 1

Views

Author

Douglas Winston (douglas.winston(AT)srupc.com), Oct 20 2004

Keywords

Crossrefs

Programs

  • PARI
    isok(n) = isprime(n) && isprime(n - 14) \\ Michel Marcus, Jul 17 2013