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!)
A045328 Primes congruent to {0, 1, 2, 3, 6} (mod 7). 1
2, 3, 7, 13, 17, 23, 29, 31, 37, 41, 43, 59, 71, 73, 79, 83, 97, 101, 107, 113, 127, 139, 149, 157, 163, 167, 181, 191, 197, 199, 211, 223, 227, 233, 239, 241, 251, 269, 281, 283, 293, 307, 311, 317, 331, 337, 349 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[200]], MemberQ[{0, 1, 2, 3, 6}, Mod[#, 7]]&] (* Vincenzo Librandi, Aug 08 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(600) | p mod 7 in [0, 1, 2, 3, 6]]; // _Vincenzo Librandi, Aug 08 2012
CROSSREFS
Sequence in context: A181103 A329487 A220814 * A045329 A271666 A106306
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 02:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)