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!)
A215312 Primes congruent to {1, 2, 3, 4, 5} mod 17. 1
2, 3, 5, 19, 37, 53, 71, 73, 89, 103, 107, 137, 139, 157, 173, 191, 223, 239, 241, 257, 277, 293, 307, 311, 359, 379, 409, 443, 461, 463, 479, 547, 563, 599, 613, 617, 631, 647, 683, 701, 719, 733, 751, 769, 787, 821, 853, 887, 919, 937, 953, 971, 991 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[500]], MemberQ[{1, 2, 3, 4, 5}, Mod[#, 17]] &]
Select[Prime[Range[500]], Mod[#, 17]<6&]/.(17->Nothing) (* Harvey P. Dale, Jul 04 2018 *)
PROG
(Magma) [p: p in PrimesUpTo(1000) | p mod 17 in [1..5]];
CROSSREFS
Sequence in context: A344948 A079376 A338646 * A215316 A215308 A215104
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 08 2012
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:53 EDT 2024. Contains 371696 sequences. (Running on oeis4.)