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.

A215275 Primes congruent to {2, 4, 5, 6} mod 11.

Original entry on oeis.org

2, 5, 13, 17, 37, 59, 61, 71, 79, 83, 101, 103, 127, 137, 149, 167, 181, 191, 193, 211, 233, 257, 269, 277, 281, 313, 347, 367, 379, 389, 401, 409, 431, 433, 457, 467, 479, 499, 521, 523, 541, 563, 577, 587, 599, 607, 631, 643, 653, 673, 677, 709, 719, 739
Offset: 1

Views

Author

Vincenzo Librandi, Aug 07 2012

Keywords

Crossrefs

Programs

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

A215276 Primes congruent to {2, 4, 5, 6} mod 13.

Original entry on oeis.org

2, 5, 17, 19, 31, 41, 43, 67, 71, 83, 97, 109, 149, 173, 197, 199, 223, 227, 239, 251, 277, 317, 331, 353, 379, 383, 409, 421, 431, 433, 457, 461, 487, 499, 509, 563, 577, 587, 613, 617, 641, 643, 691, 719, 733, 743, 769, 773, 797, 811, 821, 823, 863, 877
Offset: 1

Views

Author

Vincenzo Librandi, Aug 07 2012

Keywords

Crossrefs

Programs

  • Magma
    [ p: p in PrimesUpTo(1000) | p mod 13 in {2, 4, 5, 6} ];
  • Mathematica
    Select[Prime[Range[300]],MemberQ[{2,4,5,6},Mod[#,13]]&]

A215277 Primes congruent to {2, 4, 5, 6} mod 17.

Original entry on oeis.org

2, 5, 19, 23, 53, 73, 89, 107, 157, 191, 193, 223, 227, 257, 277, 293, 311, 359, 379, 397, 431, 461, 463, 499, 563, 599, 601, 617, 631, 701, 719, 733, 769, 787, 821, 839, 907, 937, 941, 971, 991, 1009, 1039, 1093, 1109, 1213, 1229, 1277, 1279, 1297, 1381
Offset: 1

Views

Author

Vincenzo Librandi, Aug 07 2012

Keywords

Crossrefs

Programs

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

A215278 Primes congruent to {2, 4, 5, 6} mod 19.

Original entry on oeis.org

2, 5, 23, 43, 59, 61, 97, 101, 137, 139, 157, 173, 211, 233, 251, 271, 347, 367, 401, 439, 443, 461, 479, 499, 557, 593, 613, 631, 709, 727, 743, 821, 823, 857, 859, 937, 971, 1009, 1013, 1031, 1049, 1051, 1069, 1087, 1123, 1163, 1201, 1237, 1259, 1277
Offset: 1

Views

Author

Vincenzo Librandi, Aug 07 2012

Keywords

Crossrefs

Programs

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