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!)
A045451 Primes congruent to {1, 4, 5} mod 7. 1
5, 11, 19, 29, 43, 47, 53, 61, 67, 71, 89, 103, 109, 113, 127, 131, 137, 151, 173, 179, 193, 197, 211, 229, 239, 257, 263, 271, 277, 281, 313, 337, 347, 379, 383, 389, 397, 421, 431, 439, 449, 463, 467, 487, 491 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[200]], MemberQ[{1, 4, 5}, Mod[#, 7]]&] (* Vincenzo Librandi, Aug 13 2012 *)
PROG
(Magma) [ p: p in PrimesUpTo(600) | p mod 7 in {1, 4, 5} ]; // Vincenzo Librandi, Aug 13 2012
CROSSREFS
Sequence in context: A024833 A002327 A078179 * A338566 A352795 A368898
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)