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 A087762 #14 Jul 19 2022 11:51:43 %S A087762 7,19,41,53,89,103,127,139,173,197,211,223,281,293,331,367,379,463, %T A087762 487,499,571,691,719,827,839,911,947,1013,1049,1277,1289,1303,1327, %U A087762 1361,1373,1423,1447,1459,1481,1493,1531,1543,1567,1579,1663,1699,1783,1907 %N A087762 Primes whose reversal is a multiple of 7. %H A087762 Mohammed Yaseen, <a href="/A087762/b087762.txt">Table of n, a(n) for n = 1..10000</a> %t A087762 Select[Prime[Range[300]],Divisible[FromDigits[Reverse[IntegerDigits[ #]]], 7]&] (* _Harvey P. Dale_, Dec 05 2012 *) %o A087762 (PARI) forprime(n=2, 2000, if(fromdigits(Vecrev(digits(n)))%7==0, print1(n, ", "))) \\ _Mohammed Yaseen_, Jul 19 2022 %Y A087762 Primes whose reversal is a multiple of k: this sequence (k=7), A087764 (k=13), A087765 (k=17), A087766 (k=19), A087767 (k=23). %K A087762 easy,nonn,base %O A087762 1,1 %A A087762 _Zak Seidov_, Oct 03 2003