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.

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

Original entry on oeis.org

2, 3, 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, 1277
Offset: 1

Views

Author

Vincenzo Librandi, Aug 08 2012

Keywords

Comments

Subsequence of A215303. - R. J. Mathar, Nov 26 2014

Crossrefs

Programs

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

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

Original entry on oeis.org

2, 3, 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 08 2012

Keywords

Crossrefs

Programs

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

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

Original entry on oeis.org

2, 3, 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, 1619, 1669
Offset: 1

Views

Author

Vincenzo Librandi, Aug 08 2012

Keywords

Crossrefs

Programs

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

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

Original entry on oeis.org

2, 3, 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, 1637
Offset: 1

Views

Author

Vincenzo Librandi, Aug 08 2012

Keywords

Crossrefs

Programs

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