The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A088968 a(n) is the number of consecutive primes x-3,x+3 such that x=j*(p(n)#/3)/p(k), where 1 <= j < p(n+1) and 3 <= k <= n and p(k) doesn't divide j. 3
0, 0, 0, 2, 3, 5, 6, 7, 13, 4, 10, 9, 2, 12, 8, 14, 6, 8, 16, 8, 9, 8, 19, 10, 15, 18, 17, 8, 10, 14, 9, 13, 10, 15, 14, 11, 15, 10, 13, 20, 15, 13, 14, 16, 16, 15, 19, 17, 14, 18, 13, 13, 15, 15, 7, 14, 16, 21, 12, 11, 13, 20, 7, 19, 18, 13, 8, 19 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
p(n) is the n-th prime; # denotes primorial (A002110).
a(n) seems to grow like 2*log(p(n)).
LINKS
EXAMPLE
a(5) = 3 because for (j,k) = (1,3),(10,4),(8,5), j*(11#/3)/p(k)+-3 are consecutive primes.
PROG
(PARI) a(n) = {my(p=vector(n, i, prime(i)), x, y=2*prod(i=3, n, p[i])); sum(j=1, prime(n+1)-1, sum(k=3, n, j%p[k]>0 && ispseudoprime(x=j*y/p[k]-3) && nextprime(x+1)==x+6)); } \\ Jinyuan Wang, Mar 20 2020
CROSSREFS
Sequence in context: A362454 A046158 A070274 * A328451 A057924 A103538
KEYWORD
nonn
AUTHOR
Pierre CAMI, Oct 29 2003
EXTENSIONS
Edited by Don Reble, Nov 16 2005
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 May 21 17:21 EDT 2024. Contains 372738 sequences. (Running on oeis4.)