login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


One-half of averages of twin prime pairs of A001318.
1

%I #5 Jun 13 2017 04:24:04

%S 2,15,51,210,330,651,1365,1650,1926,3480,5430,5985,6501,11310,16485,

%T 16590,21660,25026,27270,28635,35190,38001,39285,46905,48690,58905,

%U 64170,90651,109485,143376,148995,151845,190995,311676,316251,332526

%N One-half of averages of twin prime pairs of A001318.

%H G. C. Greubel, <a href="/A154565/b154565.txt">Table of n, a(n) for n = 1..1000</a>

%t q=3;lst={};s=0;Do[s+=n/q;If[Floor[s]==s,If[PrimeQ[2*s-1]&&PrimeQ[2*s+1],AppendTo[lst,s]]],{n,0,8!}];lst

%Y Cf. A154563, A074378.

%K nonn

%O 1,1

%A _Vladimir Joseph Stephan Orlovsky_, Jan 12 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 23:47 EDT 2024. Contains 376140 sequences. (Running on oeis4.)