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!)
A177680 Numbers n such that 6n and 12n are both the average of twin prime pairs. 1

%I #11 Sep 26 2017 15:22:27

%S 1,5,110,135,355,425,555,565,975,1045,1755,5530,6935,7355,8925,9240,

%T 9555,10640,10850,11730,11830,12045,12350,12460,13130,13445,13655,

%U 14590,15540,17050,19245,20795,22330,22825,26070,26910,28075,30585,30805

%N Numbers n such that 6n and 12n are both the average of twin prime pairs.

%C Conjecture: all terms but the first term are multiples of 5. - _Harvey P. Dale_, Sep 26 2017

%H Harvey P. Dale, <a href="/A177680/b177680.txt">Table of n, a(n) for n = 1..1000</a>

%F a(n)=A066388(n)/6.

%e a(1)=1 because 6*1-1=5, 6*1+1=7, 12*1-1=11 and 12*1+1=13 are all twin primes.

%t Select[Range[31000],AllTrue[Flatten[{6*#+{1,-1},12*#+{1,-1}}],PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* _Harvey P. Dale_, Sep 26 2017 *)

%Y Cf. A014574.

%K nonn

%O 1,2

%A _Juri-Stepan Gerasimov_, May 10 2010

%E Corrected (13590 removed, 13655 and 14590 inserted, 22725 replaced by 22825) by _R. J. Mathar_, May 15 2010

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 20 08:57 EDT 2024. Contains 372710 sequences. (Running on oeis4.)