login
This site is supported by donations 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

Vincenzo Librandi, Table of n, a(n) for n = 1..1000

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

CROSSREFS

Cf. A095278, A105133-A105140, A002145, A007521, A105126-A105132.

Sequence in context: A188091 A190677 A213687 * A225552 A147683 A013574

Adjacent sequences:  A105132 A105133 A105134 * A105136 A105137 A105138

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 23 20:48 EDT 2013. Contains 225611 sequences.