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.

A045464 Primes congruent to {0, 6} mod 7.

Original entry on oeis.org

7, 13, 41, 83, 97, 139, 167, 181, 223, 251, 293, 307, 349, 419, 433, 461, 503, 587, 601, 643, 727, 769, 797, 811, 839, 853, 881, 937, 1021, 1049, 1063, 1091, 1217, 1231, 1259, 1301, 1399, 1427, 1483, 1511
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A000040.

Programs

  • Magma
    [ p: p in PrimesUpTo(1800) | p mod 7 in {0, 6} ];  // Vincenzo Librandi, Aug 13 2012
  • Mathematica
    Select[Prime[Range[200]],MemberQ[{0,6},Mod[#,7]]&] (* Vincenzo Librandi, Aug 13 2012 *)

Formula

{7} UNION A045473. - R. J. Mathar, Apr 26 2008