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!)
A117675 Primes indices both at the end and beginning of sequences of primes where consecutive Goldbach primes produce a fourth prime Prime(n)+Prime(n+1)+Prime(n+2) = Prime(m): A072225: replicating prime sequences of length more than one (index both at the end and beginning of a replicating sequence). 0

%I #6 Jul 10 2019 18:43:00

%S 9,11,13,20,23,29,47,64,70,88,121,126,145,148,153,174,190,195

%N Primes indices both at the end and beginning of sequences of primes where consecutive Goldbach primes produce a fourth prime Prime(n)+Prime(n+1)+Prime(n+2) = Prime(m): A072225: replicating prime sequences of length more than one (index both at the end and beginning of a replicating sequence).

%C Replicating condition (different from a group A (operation) B=C): A, B, C consecutive in the set produce D also in the set by addition. Example of a multi-replication 5+7+11=23 23+29+31=83 83+89+97=269 5->23->83->269 (sequence not in OEIS) Similarly: 7->31->109->349->1061 (A109756)

%F a(n) = A072225[n]:{Prime[n]} Intersection m:{Prime[m]}

%t b = Flatten[Table[If[PrimeQ[Prime[n] + Prime[n + 1] + Prime[n + 2]] == True, If [Prime[n] + Prime[n + 1] + Prime[n + 2] - Prime[m] == 0, n, {}], {}], {n, 1, 200}, {m, 1, 2000}]] c = Flatten[Table[If[PrimeQ[Prime[n] + Prime[n + 1] + Prime[n + 2]] == True, If [Prime[n] + Prime[n + 1] + Prime[n + 2] - Prime[m] == 0, m, {}], {}], {n, 1, 200}, {m, 1, 2000}]] Output[n]=Intersection[c, b]

%Y Cf. A019756, A072225.

%K nonn,uned

%O 0,1

%A _Roger L. Bagula_, Apr 12 2006

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 14 10:41 EDT 2024. Contains 372532 sequences. (Running on oeis4.)