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.

A174786 Numbers n congruent to 3 (mod 6) such that n+2 and n+8 are primes.

Original entry on oeis.org

3, 9, 15, 21, 39, 45, 51, 81, 99, 105, 129, 165, 171, 189, 225, 231, 249, 255, 261, 309, 345, 351, 381, 441, 459, 501, 555, 561, 585, 591, 639, 645, 651, 675, 819, 855, 879, 939, 945, 969, 975, 1011, 1089, 1095, 1101, 1179, 1185, 1215, 1221, 1275, 1281, 1299, 1359, 1365
Offset: 1

Views

Author

Giovanni Teofilatto, Mar 29 2010

Keywords

Crossrefs

Programs

  • Mathematica
    Select[6Range[230]-3,And@@PrimeQ[{#+2,#+8}]&] (* Harvey P. Dale, Aug 21 2011 *)

Extensions

Definition corrected and sequence extended - R. J. Mathar, Mar 30 2010