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

A045344 Primes congruent to {1, 2} mod 3.

Original entry on oeis.org

2, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283, 293, 307
Offset: 1

Views

Author

Keywords

Comments

Same as A045319, except for the 2nd term. - R. J. Mathar, Jan 30 2009
Primes of the form 3*n-+1. - Juri-Stepan Gerasimov, Jan 22 2010
Primes excluding 3. - Juri-Stepan Gerasimov, Apr 20 2010
Primes p such that p^2 + 2 is composite. 3 is the only prime p such that p^2 + 2 (= 11) is prime. All numbers p^2 + 2 for primes p = 2 and p > 3 are divisible by 3. - Jaroslav Krizek, Nov 25 2013
Primes p satisfying the equation gcd(sigma(p-1), p) = 1. - Lechoslaw Ratajczak, Aug 18 2018

Crossrefs

Programs

Formula

a(n) = A000040(A065475(n)). - Reinhard Zumkeller, Dec 17 2009

A045372 Primes congruent to {1, 2} mod 5.

Original entry on oeis.org

2, 7, 11, 17, 31, 37, 41, 47, 61, 67, 71, 97, 101, 107, 127, 131, 137, 151, 157, 167, 181, 191, 197, 211, 227, 241, 251, 257, 271, 277, 281, 307, 311, 317, 331, 337, 347, 367, 397, 401, 421, 431, 457, 461, 467
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A045413 (complement), A045344, A045391.

Programs

  • Magma
    [p: p in PrimesUpTo(600) | p mod 5 in [1, 2]]; // Vincenzo Librandi, Aug 10 2012
  • Mathematica
    Select[Prime[Range[100]],MemberQ[{1,2},Mod[#,5]]&] (* Harvey P. Dale, Jul 27 2012 *)

Extensions

Edited by Charles R Greathouse IV, Mar 25 2010

A215390 Primes congruent to {1, 2} mod 11.

Original entry on oeis.org

2, 13, 23, 67, 79, 89, 101, 167, 199, 211, 233, 277, 331, 353, 397, 409, 419, 431, 463, 541, 563, 607, 617, 661, 673, 683, 727, 739, 761, 827, 859, 881, 937, 947, 991, 1013, 1069, 1091, 1123, 1201, 1223, 1277, 1289, 1321, 1399, 1409, 1453, 1487
Offset: 1

Views

Author

Vincenzo Librandi, Aug 10 2012

Keywords

Crossrefs

Programs

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