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 A244768 #15 Feb 22 2024 19:53:54 %S A244768 37,137,337,937,1237,1637,2137,2237,2437,2837,3037,3137,3637,4337, %T A244768 4637,4937,5237,5437,5737,6037,6337,6637,6737,7237,7537,7937,8237, %U A244768 8537,8737,8837,9137,9337,9437,10037,10337,10837,10937,11437,12037,12437,12637,13037 %N A244768 Prime numbers ending in the prime number 37. %C A244768 Also primes of the form 100*n+37. Subsequence of A141886, A141936. %H A244768 Vincenzo Librandi, <a href="/A244768/b244768.txt">Table of n, a(n) for n = 1..1000</a> %t A244768 Select[Prime[Range[5, 6000]], Take[IntegerDigits[#], -2]=={3, 7} &] %t A244768 Select[Prime[Range[2000]],Mod[#,100]==37&] (* _Harvey P. Dale_, Dec 25 2022 *) %o A244768 (Magma) [n: n in PrimesUpTo(16000) | n mod 100 eq 37]; %o A244768 (PARI) select(x->(x % 100)==37, primes(2000)) \\ _Michel Marcus_, Jul 06 2014 %Y A244768 Cf. A141886, A141936. %Y A244768 Cf. similar sequences listed in A244763. %K A244768 nonn,base,easy %O A244768 1,1 %A A244768 _Vincenzo Librandi_, Jul 06 2014