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!)
A215425 Primes congruent to {0, 1, 2, 4, 5, 6} mod 17. 1
2, 5, 17, 19, 23, 53, 73, 89, 103, 107, 137, 157, 191, 193, 223, 227, 239, 257, 277, 293, 307, 311, 359, 379, 397, 409, 431, 443, 461, 463, 499, 563, 599, 601, 613, 617, 631, 647, 701, 719, 733, 769, 787, 821, 839, 907, 919, 937, 941, 953, 971, 991 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[300]], MemberQ[{0, 1, 2, 4, 5, 6}, Mod[#, 17]]&]
PROG
(Magma) [p: p in PrimesUpTo(1000) | p mod 17 in [0, 1, 2, 4, 5, 6]];
CROSSREFS
Sequence in context: A343775 A075544 A104247 * A205511 A215276 A095287
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 10 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 June 9 08:14 EDT 2023. Contains 363168 sequences. (Running on oeis4.)