login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A076504
Numbers k such that (k-1, k+1) and (k/2-1, k/2+1) are both pairs of twin primes.
2
12, 60, 1320, 1620, 4260, 5100, 6660, 6780, 11700, 12540, 21060, 66360, 83220, 88260, 107100, 110880, 114660, 127680, 130200, 140760, 141960, 144540, 148200, 149520, 157560, 161340, 163860, 175080, 186480, 204600, 230940, 249540
OFFSET
1,1
COMMENTS
Terms after the first are multiples of 60. - Marc Morgenegg, Apr 19 2016
LINKS
FORMULA
a(n) = 2*A066388(n).
MATHEMATICA
Select[Mean /@ Select[Partition[Prime[Range[30000]], 2, 1], Last[#] - First[#] == 2 &], And @@ PrimeQ[#/2 + {1, -1}] &] (* Harvey P. Dale, Jan 23 2014 *)
CROSSREFS
Cf. A066388.
Sequence in context: A056378 A231026 A333969 * A232700 A354882 A044150
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Oct 15 2002
EXTENSIONS
Definition corrected by Jaroslav Krizek, Apr 12 2009
STATUS
approved