A045375 Primes congruent to {1, 2} mod 6.
2, 7, 13, 19, 31, 37, 43, 61, 67, 73, 79, 97, 103, 109, 127, 139, 151, 157, 163, 181, 193, 199, 211, 223, 229, 241, 271, 277, 283, 307, 313, 331, 337, 349, 367, 373, 379, 397, 409, 421, 433, 439, 457, 463, 487, 499, 523, 541, 547, 571, 577, 601, 607, 613, 619, 631, 643, 661, 673, 691
Offset: 1
Keywords
Crossrefs
Programs
-
Magma
[p: p in PrimesUpTo(740)|p mod 6 in {1,2}]; // Vincenzo Librandi, Dec 18 2010
-
Mathematica
Select[Prime[Range[150]], MemberQ[{1, 2}, Mod[#, 6]] &] (* Vladimir Joseph Stephan Orlovsky, Feb 18 2012 *)
Extensions
More terms from Vincenzo Librandi, Dec 18 2010
Comments