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!)
A045354 Primes congruent to {0, 2, 5, 6} mod 7. 1
2, 5, 7, 13, 19, 23, 37, 41, 47, 61, 79, 83, 89, 97, 103, 107, 131, 139, 149, 163, 167, 173, 181, 191, 223, 229, 233, 251, 257, 271, 293, 307, 313, 317, 331, 349, 359, 373, 383, 397, 401, 419, 433, 439, 443, 457 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[100]], MemberQ[{0, 2, 5, 6}, Mod[#, 7]]&] (* Harvey P. Dale, Apr 14 2012 *)
PROG
(Magma) [ p: p in PrimesUpTo(1000) | p mod 7 in {0, 2, 5, 6} ]; // Vincenzo Librandi, Aug 07 2012
CROSSREFS
Sequence in context: A045353 A038985 A109652 * A103806 A019359 A038959
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 29 09:14 EDT 2024. Contains 371268 sequences. (Running on oeis4.)