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!)
A215324 Primes congruent to {1, 2, 3, 4, 6} mod 17. 1
2, 3, 19, 23, 37, 53, 71, 89, 103, 137, 139, 157, 173, 191, 193, 223, 227, 239, 241, 257, 293, 307, 359, 397, 409, 431, 443, 461, 463, 479, 499, 547, 563, 599, 601, 613, 631, 647, 683, 701, 733, 751, 769, 839, 853, 887, 907, 919, 937, 941, 953, 971 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[400]], MemberQ[{1, 2, 3, 4, 6}, Mod[#, 17]]&]
PROG
(Magma) [p: p in PrimesUpTo(1000) | p mod 17 in [1, 2, 3, 4, 6]];
CROSSREFS
Sequence in context: A038957 A141750 A191045 * A215352 A215384 A215388
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)