login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105127 Primes of the form 32n+17. 3
17, 113, 241, 337, 401, 433, 593, 881, 977, 1009, 1201, 1297, 1361, 1489, 1553, 1777, 1873, 2129, 2161, 2417, 2609, 2801, 2833, 2897, 3089, 3121, 3217, 3313, 3697, 3761, 3793, 3889, 4049, 4177, 4241, 4273, 4337, 4561, 4657, 4721, 4817, 5009, 5233, 5297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[17, 20000, 32], PrimeQ] (* Vladimir Joseph Stephan Orlovsky, May 02 2011 *)
Select[Table[32*n+17, {n, 0, 700}], PrimeQ] (* Vincenzo Librandi, Jul 19 2012 *)
PROG
(Magma) [ a: n in [0..200] | IsPrime(a) where a is 32*n+17 ]; // Vincenzo Librandi, Jul 19 2012
CROSSREFS
Sequence in context: A139858 A139903 A362225 * A142403 A298332 A299223
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, based on correspondence from Marco Matosic, Apr 11 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)