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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098170 Smallest prime P(j) such that P(n)#/2 + 2*P(j) is prime with j > 1 except j=1 for n=1. 1
2, 5, 7, 11, 13, 19, 29, 31, 29, 31, 41, 41, 43, 83, 59, 83, 163, 97, 193, 89, 89, 173, 113, 107, 131, 157, 131, 109, 113, 467, 151, 239, 167, 263, 233, 211, 251, 167, 599, 199, 199, 211, 313, 241, 509, 887, 307, 227, 419, 479, 317, 269, 653, 281, 307, 277, 499 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..57.

MATHEMATICA

Primorial[n_Integer] := Block[{k = Product[ Prime[ j], {j, n}]}, k]; f[n_] := Block[{p = Primorial[n]/2}, If[n == 1, j = 1, j = 2]; While[ !PrimeQ[p + 2Prime[j]], j++ ]; Prime[j]]; Table[ f[n], {n, 57}] (from Robert G. Wilson v Sep 04 2004)

CROSSREFS

The j sequence is given in A098171.

Sequence in context: A039675 A074833 A045347 * A120330 A023216 A079449

Adjacent sequences:  A098167 A098168 A098169 * A098171 A098172 A098173

KEYWORD

nonn

AUTHOR

Pierre CAMI, Aug 30 2004

EXTENSIONS

Edited and extended by Robert G. Wilson v, Sep 04 2004

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 June 18 21:41 EDT 2013. Contains 226356 sequences.