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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60, we have over 367,000 sequences, and we’ve crossed 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A045357 Primes congruent to {0, 2} mod 5. 7
2, 5, 7, 17, 37, 47, 67, 97, 107, 127, 137, 157, 167, 197, 227, 257, 277, 307, 317, 337, 347, 367, 397, 457, 467, 487, 547, 557, 577, 587, 607, 617, 647, 677, 727, 757, 787, 797, 827, 857, 877, 887, 907, 937, 947, 967, 977, 997, 1087, 1097, 1117, 1187, 1217 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, primes congruent to {2,5,7} mod 10. [Bruno Berselli, Aug 07 2012]
LINKS
MATHEMATICA
Select[Prime@Range[210], MemberQ[{0, 2}, Mod[ #, 5]] &] (* Ray Chandler, Jun 29 2008 *)
PROG
(Magma) [ p: p in PrimesUpTo(2000) | p mod 5 in {0, 2} ]; // Vincenzo Librandi, Aug 07 2012
CROSSREFS
Apart from the initial terms essentially same as A030432 and A045380.
Sequence in context: A256062 A303677 A303802 * A168035 A247323 A099357
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Extended by Ray Chandler, Nov 07 2006
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 December 2 09:50 EST 2023. Contains 367517 sequences. (Running on oeis4.)