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.

A073648 Middle members of prime triples {p, p+2, p+6}.

Original entry on oeis.org

7, 13, 19, 43, 103, 109, 193, 229, 313, 349, 463, 643, 823, 859, 883, 1093, 1279, 1303, 1429, 1483, 1489, 1609, 1873, 1999, 2083, 2239, 2269, 2659, 2689, 3253, 3463, 3529, 3673, 3919, 4003, 4129, 4519, 4639, 4789, 4933, 4969, 5233, 5479, 5503, 5653, 6199
Offset: 1

Views

Author

Amarnath Murthy, Aug 09 2002

Keywords

Crossrefs

Programs

  • Mathematica
    Transpose[Select[Partition[Prime[Range[850]],3,1],Differences[#]=={2,4}&]][[2]]  (* Harvey P. Dale, Feb 20 2011 *)

Formula

a(n) = A022004(n) + 2.

Extensions

More terms from Benoit Cloitre, Aug 13 2002