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 A244774 #19 Sep 08 2022 08:46:08 %S A244774 73,173,373,673,773,1373,1873,1973,2273,2473,3373,3673,4073,4273,4373, %T A244774 4673,4973,5273,5573,6073,6173,6373,6473,6673,7573,7673,7873,8273, %U A244774 8573,9173,9473,9973,10273,10973,11173,11273,12073,12373,12473,12973,13873 %N A244774 Prime numbers ending in the prime number 73. %C A244774 Also primes of the form 100*k+73. Subsequence of A141885, A141945. %H A244774 Vincenzo Librandi, <a href="/A244774/b244774.txt">Table of n, a(n) for n = 1..1000</a> %t A244774 Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={7, 3} &] %o A244774 (Magma) [n: n in PrimesUpTo(14000) | n mod 100 eq 73]; %o A244774 (PARI) select(x->(x % 100)==73, primes(2000)) \\ _Michel Marcus_, Jul 07 2014 %Y A244774 Cf. A141885, A141945. %Y A244774 Cf. similar sequences listed in A244763. %K A244774 nonn,base %O A244774 1,1 %A A244774 _Vincenzo Librandi_, Jul 07 2014