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!)
A042995 Primes congruent to {0, 2, 3, 5} (mod 7). 1
2, 3, 5, 7, 17, 19, 23, 31, 37, 47, 59, 61, 73, 79, 89, 101, 103, 107, 131, 149, 157, 163, 173, 191, 199, 227, 229, 233, 241, 257, 269, 271, 283, 311, 313, 317, 331, 353, 359, 367, 373, 383, 397, 401, 409, 439, 443 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{0, 2, 3, 5}, Mod[#, 7]]&] (* Vincenzo Librandi, Aug 08 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(500) | p mod 7 in [0, 2, 3, 5]]; // Vincenzo Librandi, Aug 08 2012
CROSSREFS
Sequence in context: A272441 A155471 A158015 * A108222 A090725 A276141
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 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)