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!)
A105135 Numbers n such that 32n+17 is prime. 1
0, 3, 7, 10, 12, 13, 18, 27, 30, 31, 37, 40, 42, 46, 48, 55, 58, 66, 67, 75, 81, 87, 88, 90, 96, 97, 100, 103, 115, 117, 118, 121, 126, 130, 132, 133, 135, 142, 145, 147, 150, 156, 163, 165, 168, 172, 195, 198, 201, 202, 205, 208, 210, 213, 217, 220, 222, 235, 243, 250, 252 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[0, 260], PrimeQ[32 # + 17]&] (* Harvey P. Dale, Apr 26 2011 *)
PROG
(Magma) [n: n in [0..500] | IsPrime(32*n+17)]; // Vincenzo Librandi, Jan 07 2013
(PARI) is(n)=isprime(32*n+17) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Sequence in context: A343225 A363245 A276117 * A225552 A147683 A319279
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 April 23 16:28 EDT 2024. Contains 371916 sequences. (Running on oeis4.)