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.
%I A167441 #10 Jan 15 2024 17:07:23 %S A167441 71,271,571,971,1171,1471,1571,1871,2371,2671,2971,3271,3371,3571, %T A167441 3671,4271,4871,5171,5471,6271,6571,6871,6971,8171,8971,9371,9871, %U A167441 10271,10771,11071,11171,11471,11971,12071,12671,13171,14071,14771,15271 %N A167441 Prime numbers ending in the prime number 71. %H A167441 Vincenzo Librandi, <a href="/A167441/b167441.txt">Table of n, a(n) for n = 1..1000</a> %t A167441 Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={7, 1} &] (* _Vincenzo Librandi_, Jul 07 2014 *) %t A167441 Select[Prime[Range[6000]],Mod[#,100]==71&] (* _Harvey P. Dale_, Jan 15 2024 *) %o A167441 (Magma) [n: n in PrimesUpTo(16000) | n mod 100 eq 71]; // _Vincenzo Librandi_, Jul 07 2014 %Y A167441 Cf. similar sequences listed in A244763. %K A167441 base,nonn %O A167441 1,1 %A A167441 _Mark A. Thomas_, Nov 03 2009