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 A105127 #11 Sep 08 2022 08:45:17 %S A105127 17,113,241,337,401,433,593,881,977,1009,1201,1297,1361,1489,1553, %T A105127 1777,1873,2129,2161,2417,2609,2801,2833,2897,3089,3121,3217,3313, %U A105127 3697,3761,3793,3889,4049,4177,4241,4273,4337,4561,4657,4721,4817,5009,5233,5297 %N A105127 Primes of the form 32n+17. %H A105127 Vincenzo Librandi, <a href="/A105127/b105127.txt">Table of n, a(n) for n = 1..1000</a> %t A105127 Select[Range[17,20000,32],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 02 2011 *) %t A105127 Select[Table[32*n+17,{n,0,700}],PrimeQ] (* _Vincenzo Librandi_, Jul 19 2012 *) %o A105127 (Magma) [ a: n in [0..200] | IsPrime(a) where a is 32*n+17 ]; // _Vincenzo Librandi_, Jul 19 2012 %Y A105127 Cf. A002145, A007521, A105126-A105132. %K A105127 nonn,easy %O A105127 1,1 %A A105127 _N. J. A. Sloane_, based on correspondence from _Marco Matosic_, Apr 11 2005