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!)
A045417 Primes congruent to {0, 1, 3, 4, 6} mod 7. 1
3, 7, 11, 13, 17, 29, 31, 41, 43, 53, 59, 67, 71, 73, 83, 97, 101, 109, 113, 127, 137, 139, 151, 157, 167, 179, 181, 193, 197, 199, 211, 223, 227, 239, 241, 251, 263, 269, 277, 281, 283, 293, 307, 311, 337, 347 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[200]], MemberQ[{0, 1, 3, 4, 6}, Mod[#, 7]]&] (* Vincenzo Librandi, Aug 12 2012 *)
Select[Flatten[#+{0, 1, 3, 4, 6}&/@(7Range[0, 50])], PrimeQ] (* Harvey P. Dale, Mar 22 2023 *)
PROG
(Magma) [ p: p in PrimesUpTo(500) | p mod 7 in {0, 1, 3, 4, 6} ]; // Vincenzo Librandi, Aug 12 2012
CROSSREFS
Cf. A000040.
Sequence in context: A184865 A055211 A183176 * A260379 A045418 A257057
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 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)