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.

A034937 Primes p of the form 6k-1 such that 2*p + 3 is prime.

Original entry on oeis.org

5, 17, 29, 47, 53, 89, 113, 137, 167, 173, 197, 227, 269, 353, 383, 467, 503, 509, 557, 563, 599, 617, 647, 659, 743, 773, 797, 809, 827, 887, 929, 1013, 1109, 1187, 1193, 1217, 1259, 1277, 1307, 1373, 1427, 1499, 1523, 1553, 1559, 1583, 1607, 1613, 1733
Offset: 1

Views

Author

Keywords

Comments

Related to hyperperfect numbers of a certain form (form 1, theorem 1 in "A Study of Hyperperfect Numbers").

Crossrefs

Cf. A038536 and A034938.

Programs

  • Mathematica
    Select[Range[5,2000,6],AllTrue[{#,2#+3},PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Jul 27 2019 *)

Extensions

Definition corrected by Jud McCranie, Jul 26 2019