login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089367 Smallest prime p such that np +1 is a prime, or 0 if no such prime exists. 0
2, 2, 2, 3, 2, 2, 0, 2, 2, 3, 2, 3, 0, 2, 2, 7, 0, 2, 0, 2, 2, 3, 2, 3, 0, 2, 0, 7, 2, 2, 0, 3, 2, 3, 2, 2, 0, 5, 2, 7, 2, 3, 0, 2, 0, 3, 0, 2, 0, 2, 2, 3, 2, 2, 0, 2, 0, 19, 0, 3, 0, 5, 2, 3, 2, 3, 0, 2, 2, 3, 0, 13, 0, 2, 2, 3, 0, 2, 0, 3, 2, 19, 2, 5, 0, 2, 0, 7, 2, 2, 0, 3, 0, 3, 2, 2, 0, 2, 2, 7, 0, 3, 0, 3 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(2n+1) = 0 if 4n+3 is composite. Conjecture: There are no other zeros.

MAPLE

for n from 1 to 245 do if(n mod 2 =1 and not isprime(2*n+1)) then a[n]:=0: else i:=1:while(not isprime(n*ithprime(i)+1)) do i:=i+1:od: a[n]:=ithprime(i):fi:od:seq(a[j], j=1..245); (Sascha Kurz)

CROSSREFS

Sequence in context: A159800 A071137 A193990 * A130192 A175064 A104564

Adjacent sequences:  A089364 A089365 A089366 * A089368 A089369 A089370

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 08 2003

EXTENSIONS

More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), May 09 2004

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 February 15 14:20 EST 2012. Contains 205811 sequences.