%I A046120
%S A046120 19,29,43,59,79,109,113,163,179,239,269,283,359,379,569,599,619,659,
%T A046120 739,953,983,1109,1129,1193,1229,1289,1303,1373,1439,1459,1499,1619,
%U A046120 1669,1759,1789,1879,1913,1999,2143,2293,2389,2423,2689,2699,2719
%N A046120 Largest member of a sexy prime triple; value of p+12 where (p,p+6,p+12)
are all prime but p+18 is not
%C A046120 If a sexy prime triple happens to include the last 3 members of a sexy
prime quadruple this sequence will contain the sexy prime triple's
largest member, e.g. a(4)=59 is the largest member of the sexy prime
triple (47, 53, 59), but is the fourth member of the sexy prime quadruple
(41, 47, 53, 59). [From Daniel Forgues (squid(AT)zensearch.com),
Aug 05 2009]
%H A046120 Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/
SexyPrimes.html">Link to a section of The World of Mathematics.</
a>
%t A046120 lst={};Do[p=Prime[n];If[PrimeQ[p+6]&&PrimeQ[p+12]&&!PrimeQ[p+18], AppendTo[lst,
p+12]], {n, 7!}];lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com),
Aug 29 2008]
%Y A046120 Cf. A023201, A046117.
%Y A046120 Cf. A046118, A046119.
%Y A046120 Sequence in context: A157483 A096218 A100590 this_sequence A063644 A156782
A092600
%Y A046120 Adjacent sequences: A046117 A046118 A046119 this_sequence A046121 A046122
A046123
%K A046120 nonn
%O A046120 1,1
%A A046120 Eric Weisstein (eric(AT)weisstein.com)
|