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