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 A244776 #14 Sep 08 2022 08:46:08 %S A244776 83,283,383,683,883,983,1283,1483,1583,1783,2083,2383,2683,3083,3583, %T A244776 4283,4483,4583,4783,5483,5683,5783,6883,6983,7283,7583,7883,8783, %U A244776 9283,9883,10883,11083,11383,11483,11783,12583,12983,13183,13883,14083,14683 %N A244776 Prime numbers ending in the prime number 83. %C A244776 Also primes of the form 100*n+83. Subsequence of A141933. %H A244776 Vincenzo Librandi, <a href="/A244776/b244776.txt">Table of n, a(n) for n = 1..1000</a> %t A244776 Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={8, 3} &] %o A244776 (Magma) [n: n in PrimesUpTo(15000) | n mod 100 eq 83]; %o A244776 (PARI) select(x->(x % 100)==83, primes(2000)) \\ _Michel Marcus_, Jul 07 2014 %Y A244776 Cf. similar sequences listed in A244763. %Y A244776 Cf. A141933. %K A244776 nonn,base %O A244776 1,1 %A A244776 _Vincenzo Librandi_, Jul 07 2014