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!)
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 April 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)