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 A244767 #15 Sep 08 2022 08:46:08 %S A244767 29,229,829,929,1129,1229,1429,2029,2129,2729,3229,3329,3529,3929, %T A244767 4129,4229,4729,6029,6229,6329,6529,6829,7129,7229,7529,7829,8329, %U A244767 8429,8629,8929,9029,9629,9829,9929,10429,10529,10729,11329,12329,12829,13229,13729 %N A244767 Prime numbers ending in the prime number 29. %C A244767 Also primes of the form 100*n+29. Subsequence of A141883, A141930. %H A244767 Vincenzo Librandi, <a href="/A244767/b244767.txt">Table of n, a(n) for n = 1..1000</a> %t A244767 Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={2, 9} &] %t A244767 Select[Prime[Range[6000]],Mod[#,100]==29&] (* _Harvey P. Dale_, Oct 05 2021 *) %o A244767 (Magma) [n: n in PrimesUpTo(16000) | n mod 100 eq 29]; %o A244767 (PARI) select(x->(x % 100)==29, primes(2000)) \\ _Michel Marcus_, Jul 06 2014 %Y A244767 Cf. A141883, A141930. %Y A244767 Cf. similar sequences listed in A244763. %K A244767 nonn,base,easy %O A244767 1,1 %A A244767 _Vincenzo Librandi_, Jul 06 2014