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!)
A045459 Primes congruent to {0, 1, 4, 6} mod 7. 1
7, 11, 13, 29, 41, 43, 53, 67, 71, 83, 97, 109, 113, 127, 137, 139, 151, 167, 179, 181, 193, 197, 211, 223, 239, 251, 263, 277, 281, 293, 307, 337, 347, 349, 379, 389, 419, 421, 431, 433, 449, 461, 463, 487, 491 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[100]], MemberQ[{0, 1, 4, 6}, Mod[#, 7]]&] (* Harvey P. Dale, Mar 13 2011 *)
PROG
(Magma) [ p: p in PrimesUpTo(600) | p mod 7 in {0, 1, 4, 6} ]; // Vincenzo Librandi, Aug 13 2012
CROSSREFS
Cf. A045314 (complement).
Sequence in context: A191062 A106079 A235478 * A322172 A330699 A084457
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)