A042988 Primes not congruent to -1 (mod 7).
2, 3, 5, 7, 11, 17, 19, 23, 29, 31, 37, 43, 47, 53, 59, 61, 67, 71, 73, 79, 89, 101, 103, 107, 109, 113, 127, 131, 137, 149, 151, 157, 163, 173, 179, 191, 193, 197, 199, 211, 227, 229, 233, 239, 241, 257, 263, 269
Offset: 0
Keywords
Programs
-
Mathematica
Select[Prime[Range[60]],Mod[#,7]!=6&] (* Harvey P. Dale, Sep 07 2016 *)