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!)
A045400 Primes congruent to {0, 1, 3, 5} mod 7. 1
3, 5, 7, 17, 19, 29, 31, 43, 47, 59, 61, 71, 73, 89, 101, 103, 113, 127, 131, 157, 173, 197, 199, 211, 227, 229, 239, 241, 257, 269, 271, 281, 283, 311, 313, 337, 353, 367, 379, 383, 397, 409, 421, 439, 449, 463 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{0, 1, 3, 5}, Mod[#, 7]]&] (* Vincenzo Librandi, Aug 12 2012 *)
PROG
(Magma) [ p: p in PrimesUpTo(600) | p mod 7 in {0, 1, 3, 5} ]; // Vincenzo Librandi, Aug 12 2012
CROSSREFS
Cf. A000040.
Sequence in context: A110358 A038971 A210479 * A163425 A191038 A299298
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 April 20 07:43 EDT 2024. Contains 371799 sequences. (Running on oeis4.)