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.

Showing 1-1 of 1 results.

A215359 Primes congruent to {0, 2, 3, 4} mod 13.

Original entry on oeis.org

2, 3, 13, 17, 29, 41, 43, 67, 107, 173, 197, 199, 211, 223, 251, 263, 277, 353, 367, 379, 419, 431, 433, 457, 509, 523, 563, 587, 601, 613, 641, 653, 691, 719, 743, 757, 769, 797, 809, 821, 823, 887, 953, 977, 991, 1031, 1069, 1109, 1187, 1213, 1237
Offset: 1

Views

Author

Vincenzo Librandi, Aug 09 2012

Keywords

Comments

Apart from the 13 the same as A215280. - R. J. Mathar, Nov 26 2014

Crossrefs

Programs

  • Magma
    [p: p in PrimesUpTo(1500) | p mod 13 in [0, 2, 3, 4]];
  • Mathematica
    Select[Prime[Range[400]],MemberQ[{0,2,3,4},Mod[#,13]]&]
Showing 1-1 of 1 results.