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!)
A097531 Least k such that k*P(n)#-P(n+7) and k*P(n)#+P(n+7) are both primes with P(i)=i-th prime and P(i)#=i-th primorial. 0
11, 5, 2, 1, 1, 1, 4, 10, 4, 2, 26, 28, 1, 22, 87, 20, 7, 27, 42, 19, 6, 19, 187, 110, 51, 129, 128, 23, 440, 83, 49, 404, 72, 3, 80, 359, 418, 136, 169, 428, 195, 360, 355, 443, 609, 33, 406, 223, 891, 250, 488, 1853, 1356, 224, 31, 923, 254, 60, 234, 1667, 8, 231, 733 (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 + 7]}, While[k*p - q < 2 || !PrimeQ[k*p - q] || !PrimeQ[k*p + q], k++ ]; k]; Table[ f[n], {n, 63}] (* Robert G. Wilson v, Aug 31 2004 *)
CROSSREFS
Sequence in context: A298892 A038318 A010186 * A131029 A033331 A229192
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 August 6 03:07 EDT 2024. Contains 374957 sequences. (Running on oeis4.)