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!)
A244764 Prime numbers ending in the prime number 17. 2
17, 317, 617, 1117, 1217, 2017, 2417, 2617, 2917, 3217, 3517, 3617, 3917, 4217, 4517, 4817, 5417, 5717, 6217, 6317, 6917, 7417, 7517, 7717, 7817, 8017, 8117, 8317, 9817, 11117, 11317, 11617, 11717, 12517, 12917, 13217, 13417, 14717, 15017, 15217, 15817 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also primes of the form 100*n+17. Subsequence of A166579.
LINKS
MATHEMATICA
Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={1, 7} &]
Select[Prime[Range[2000]], Mod[#, 100]==17&] (* Harvey P. Dale, Sep 20 2022 *)
PROG
(Magma) [n: n in PrimesUpTo(16000) | n mod 100 eq 17];
(PARI) select(x->(x % 100)==17, primes(2000)) \\ Michel Marcus, Jul 06 2014
CROSSREFS
Cf. similar sequences listed in A244763.
Sequence in context: A282965 A142428 A331492 * A089571 A196455 A217960
KEYWORD
nonn,base,easy
AUTHOR
Vincenzo Librandi, Jul 06 2014
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 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)