|
Search: id:A136721
|
|
|
| A136721 |
|
Prime quadruples: 3rd term. |
|
+0 2
|
|
| 11, 17, 107, 197, 827, 1487, 1877, 2087, 3257, 3467, 5657, 9437, 13007, 15647, 15737, 16067, 18047, 18917, 19427, 21017, 22277, 25307, 31727, 34847, 43787, 51347, 55337, 62987, 67217, 69497, 72227, 77267, 79697, 81047, 82727, 88817, 97847
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
The members of each quadruple are twin primes when they are 1st and 2nd terms and when 3rd and 4th terms. When they are 2nd and 3rd terms they differ by 4.
|
|
FORMULA
|
Beginning with the first quadruple, 5,7,11,13, generate sets of prime quadruples ending in 1,3,7,9
|
|
EXAMPLE
|
The four terms in the first quadruple are 5,7,11,13, and in the 2nd 11,13,17,19. The four terms or members of each set must be simultaneously prime.
|
|
MATHEMATICA
|
lst={}; Do[p0=Prime[n]; If[PrimeQ[p2=p0+2], If[PrimeQ[p6=p0+6], If[PrimeQ[p8=p0+8], AppendTo[lst, p6]]]], {n, 12^4}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 22 2008]
|
|
CROSSREFS
|
Cf. A007530 A090258 A136720.
Adjacent sequences: A136718 A136719 A136720 this_sequence A136722 A136723 A136724
Sequence in context: A146036 A046122 A102870 this_sequence A107172 A090286 A056577
|
|
KEYWORD
|
easy,nonn,uned
|
|
AUTHOR
|
Enoch Haga (Enokh(AT)comcast.net), Jan 18 2008
|
|
|
Search completed in 0.002 seconds
|