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 A140543 #16 Sep 08 2022 08:45:34 %S A140543 83,151,389,457,491,593,661,797,967,1069,1103,1171,1307,1409,1511, %T A140543 1579,1613,1783,1987,2089,2293,2531,2633,2803,2837,2939,3041,3109, %U A140543 3313,3347,3449,3517,3823,4027,4129,4231,4639,4673,4877,5081,5387,5557,5591,5659 %N A140543 Primes congruent to 15 mod 17. %H A140543 Vincenzo Librandi, <a href="/A140543/b140543.txt">Table of n, a(n) for n = 1..1000</a> %F A140543 a(n) ~ 16n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A140543 Select[Range[15,15000,17],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 18 2011 *) %o A140543 (Magma) [p: p in PrimesUpTo(6000) | p mod 17 eq 15 ]; // _Vincenzo Librandi_, Aug 15 2012 %o A140543 (PARI) is(n)=isprime(n) && n%17==15 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A140543 Cf. A107306. %K A140543 nonn,easy %O A140543 1,1 %A A140543 _Juri-Stepan Gerasimov_, Jun 28 2008 %E A140543 Corrected and extended by _N. J. A. Sloane_, Jul 11 2008 %E A140543 Edited by _N. J. A. Sloane_ at the suggestion of _R. J. Mathar_, Jul 20 2008