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.

A132246 Twin primes congruent to {1, 17, 19, 29} mod 30.

Original entry on oeis.org

17, 19, 29, 31, 59, 61, 107, 109, 137, 139, 149, 151, 179, 181, 197, 199, 227, 229, 239, 241, 269, 271, 347, 349, 419, 421, 569, 571, 599, 601, 617, 619, 659, 661, 809, 811, 827, 829, 857, 859, 1019, 1021, 1049, 1051, 1229, 1231
Offset: 1

Views

Author

Omar E. Pol, Aug 17 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Union[Flatten[Select[Partition[Prime[Range[300]],2,1],#[[2]]- #[[1]] == 2&]]],MemberQ[{1,17,19,29},Mod[#,30]]&] (* Harvey P. Dale, Feb 09 2015 *)