login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A045370 Primes congruent to {0, 2, 4, 6} mod 7. 5
2, 7, 11, 13, 23, 37, 41, 53, 67, 79, 83, 97, 107, 109, 137, 139, 149, 151, 163, 167, 179, 181, 191, 193, 223, 233, 251, 263, 277, 293, 307, 317, 331, 347, 349, 359, 373, 389, 401, 419, 431, 433, 443, 457, 461 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A039705(A049084(a(n))) = even; complement of A045415. - Reinhard Zumkeller, Feb 25 2008
LINKS
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{0, 2, 4, 6}, Mod[#, 7]]&] (* Vincenzo Librandi, Aug 10 2012 *)
Select[Prime[Range[110]], EvenQ[Mod[#, 7]] & ] (* Bruno Berselli, Aug 31 2012 *)
PROG
(Magma) [ p: p in PrimesUpTo(600) | p mod 7 in {0..6 by 2} ]; // Vincenzo Librandi, Aug 10 2012
CROSSREFS
Sequence in context: A045369 A157975 A339862 * A117048 A040128 A209630
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 17:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)