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-4 of 4 results.

A215358 Primes congruent to {0, 2, 3, 4} mod 11.

Original entry on oeis.org

2, 3, 11, 13, 37, 47, 59, 79, 101, 103, 113, 157, 167, 179, 191, 211, 223, 233, 257, 277, 311, 367, 389, 409, 421, 431, 433, 443, 487, 499, 509, 521, 541, 563, 587, 607, 619, 631, 641, 653, 673, 719, 739, 751, 761, 773, 827, 829, 839, 883, 937, 971, 983
Offset: 1

Views

Author

Vincenzo Librandi, Aug 09 2012

Keywords

Crossrefs

Programs

  • Magma
    [p: p in PrimesUpTo(1000) | p mod 11 in [0, 2, 3, 4]];
  • Mathematica
    Select[Prime[Range[400]],MemberQ[{0,2,3,4},Mod[#,11]]&]

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]]&]

A215360 Primes congruent to {0, 2, 3, 4} mod 17.

Original entry on oeis.org

2, 3, 17, 19, 37, 53, 71, 89, 139, 157, 173, 191, 223, 241, 257, 293, 359, 461, 463, 479, 547, 563, 599, 631, 683, 701, 733, 751, 769, 853, 887, 937, 971, 1039, 1091, 1109, 1193, 1277, 1279, 1381, 1447, 1481, 1483, 1499, 1549, 1567, 1583, 1601
Offset: 1

Views

Author

Vincenzo Librandi, Aug 09 2012

Keywords

Crossrefs

Programs

  • Magma
    [p: p in PrimesUpTo(2000) | p mod 17 in [0, 2, 3, 4]];
  • Mathematica
    Select[Prime[Range[400]],MemberQ[{0,2,3,4},Mod[#,17]]&]

A215361 Primes congruent to {0, 2, 3, 4} mod 19.

Original entry on oeis.org

2, 3, 19, 23, 41, 59, 61, 79, 97, 137, 173, 193, 211, 251, 269, 307, 383, 401, 421, 439, 479, 593, 631, 743, 821, 839, 857, 859, 877, 953, 971, 991, 1009, 1049, 1087, 1123, 1163, 1181, 1201, 1237, 1277, 1409, 1427, 1429, 1447, 1523, 1543, 1579, 1619
Offset: 1

Views

Author

Vincenzo Librandi, Aug 09 2012

Keywords

Crossrefs

Programs

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