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!)
A097528 Least k such that k*P(n)#-P(n+4) and k*P(n)#+P(n+4) are both primes with P(i)=i-th prime and P(i)#=i-th primorial. 0
9, 3, 1, 1, 1, 9, 3, 1, 3, 3, 2, 21, 25, 17, 59, 47, 38, 23, 15, 41, 11, 53, 132, 5, 291, 52, 210, 64, 74, 14, 263, 692, 192, 641, 60, 65, 317, 137, 173, 264, 767, 477, 40, 213, 299, 676, 374, 340, 55, 1695, 656, 1066, 2235, 154, 356, 193, 123, 226, 906, 619, 69, 495 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Primorial[n_] := Product[ Prime[i], {i, n}]; f[n_] := Block[{k = 1, p = Primorial[n], q = Prime[n + 4]}, While[k*p - q < 2 || !PrimeQ[k*p - q] || !PrimeQ[k*p + q], k++ ]; k]; Table[ f[n], {n, 62}] (* Robert G. Wilson v, Aug 31 2004 *)
CROSSREFS
Sequence in context: A160579 A134897 A010159 * A065416 A093312 A154629
KEYWORD
easy,nonn
AUTHOR
Pierre CAMI, Aug 27 2004
EXTENSIONS
More terms from Robert G. Wilson v, Aug 31 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 April 24 11:40 EDT 2024. Contains 371936 sequences. (Running on oeis4.)