cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A244764 Prime numbers ending in the prime number 17.

This page as a plain text file.
%I A244764 #14 Sep 20 2022 16:07:23
%S A244764 17,317,617,1117,1217,2017,2417,2617,2917,3217,3517,3617,3917,4217,
%T A244764 4517,4817,5417,5717,6217,6317,6917,7417,7517,7717,7817,8017,8117,
%U A244764 8317,9817,11117,11317,11617,11717,12517,12917,13217,13417,14717,15017,15217,15817
%N A244764 Prime numbers ending in the prime number 17.
%C A244764 Also primes of the form 100*n+17. Subsequence of A166579.
%H A244764 Vincenzo Librandi, <a href="/A244764/b244764.txt">Table of n, a(n) for n = 1..1000</a>
%t A244764 Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={1, 7} &]
%t A244764 Select[Prime[Range[2000]],Mod[#,100]==17&] (* _Harvey P. Dale_, Sep 20 2022 *)
%o A244764 (Magma) [n: n in PrimesUpTo(16000) | n mod 100 eq 17];
%o A244764 (PARI) select(x->(x % 100)==17, primes(2000)) \\ _Michel Marcus_, Jul 06 2014
%Y A244764 Cf. similar sequences listed in A244763.
%K A244764 nonn,base,easy
%O A244764 1,1
%A A244764 _Vincenzo Librandi_, Jul 06 2014