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.

A164372 Greater of twin primes (A006512) which are not Labos primes (A080359).

Original entry on oeis.org

5, 7, 151, 229, 571, 643, 1051, 1153, 1669, 1723, 1951, 2029, 2131, 2239, 2311, 2593, 2659, 3001, 3121, 3169, 3253, 3583, 3769, 4003, 4219, 4231, 4483, 4549, 4723, 4789, 5641, 6451, 6553, 6661, 6763, 6949, 6961, 7129, 7351, 8011, 9043, 9463, 9631, 10009
Offset: 1

Views

Author

Vladimir Shevelev, Aug 14 2009

Keywords

Comments

The terms greater than 7 are in A164294.

Crossrefs

Programs

  • PARI
    lista(nn)= {my(vlp = readvec("/gp/bfiles/b080359.txt")); forprime (p=3, nn, if (isprime(p-2) && !vecsearch(vlp, p), print1(p, ", ")););} \\ Michel Marcus, Jan 15 2014

Extensions

More terms from Michel Marcus, Jan 15 2014