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 A140540 #13 Sep 08 2022 08:45:34 %S A140540 31,167,269,337,439,541,643,677,881,983,1051,1153,1187,1289,1459,1493, %T A140540 1663,1697,1867,1901,2003,2207,2309,2377,2411,2683,2819,2887,3023, %U A140540 3329,3499,3533,3907,4111,4349,4451,4519,4621,4723,5233,5437,5471,5573,5641,5743 %N A140540 Primes of form 17*n - 3. %C A140540 Also primes congruent to 31 mod 34. %H A140540 Vincenzo Librandi, <a href="/A140540/b140540.txt">Table of n, a(n) for n = 1..1000</a> %t A140540 Select[Range[17,15000,17]-3,PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 18 2011 *) %t A140540 Select[Prime[Range[800]], MemberQ[{31}, Mod[#, 34]] &] (* _Vincenzo Librandi_, Aug 15 2012 *) %o A140540 (Magma) [p: p in PrimesUpTo(6000) | p mod 34 eq 31 ]; // _Vincenzo Librandi_, Aug 15 2012 %Y A140540 Cf. A000040, A140541, A140542, A140545. %K A140540 nonn,easy %O A140540 1,1 %A A140540 _Juri-Stepan Gerasimov_, Jun 28 2008 %E A140540 Corrected and extended by _N. J. A. Sloane_, Jul 11 2008 %E A140540 Edited by _N. J. A. Sloane_ at the suggestion of R. J. Mathar, Jul 20 2008