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 A244773 #15 Sep 08 2022 08:46:08 %S A244773 67,167,367,467,967,1367,1567,1667,1867,2267,2467,2767,3067,3167,3467, %T A244773 3767,3967,4567,4967,5167,5867,6067,6367,6967,7867,8167,8467,8867, %U A244773 9067,9467,9767,9967,10067,10267,10567,10667,10867,11467,11867,12967,13267 %N A244773 Prime numbers ending in the prime number 67. %C A244773 Also primes of the form 100*n+67. Subsequence of A141882, A141940. %H A244773 Vincenzo Librandi, <a href="/A244773/b244773.txt">Table of n, a(n) for n = 1..1000</a> %t A244773 Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={6, 7} &] %o A244773 (Magma) [n: n in PrimesUpTo(14000) | n mod 100 eq 67]; %o A244773 (PARI) select(x->(x % 100)==67, primes(2000)) \\ _Michel Marcus_, Jul 07 2014 %Y A244773 Cf. similar sequences listed in A244763. %Y A244773 Cf. A141882, A141940. %K A244773 nonn,base %O A244773 1,1 %A A244773 _Vincenzo Librandi_, Jul 07 2014