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!)
A098171 Least j such that P(n)#/2 + 2*P(j) is prime with j > 1 except j=1 for n=1. 1
1, 3, 4, 5, 6, 8, 10, 11, 10, 11, 13, 13, 14, 23, 17, 23, 38, 25, 44, 24, 24, 40, 30, 28, 32, 37, 32, 29, 30, 91, 36, 52, 39, 56, 51, 47, 54, 39, 109, 46, 46, 47, 65, 53, 97, 154, 63, 49, 81, 92, 66, 57, 119, 60, 63, 59, 95, 75, 63, 83, 154, 70, 79, 70, 66, 105, 74, 77, 79, 91 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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++ ]; j]; Table[ f[n], {n, 70}] (* Robert G. Wilson v, Sep 04 2004 *)
CROSSREFS
The P(j) sequence is given in A098170.
Sequence in context: A023729 A299114 A103605 * A039031 A047309 A121502
KEYWORD
nonn
AUTHOR
Pierre CAMI, Aug 30 2004
EXTENSIONS
Edited, corrected 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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 24 20:21 EDT 2024. Contains 375417 sequences. (Running on oeis4.)