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!)
A275516 Table read by rows: list of prime triples of the form (p, p+4, p+6). 2
7, 11, 13, 13, 17, 19, 37, 41, 43, 67, 71, 73, 97, 101, 103, 103, 107, 109, 193, 197, 199, 223, 227, 229, 277, 281, 283, 307, 311, 313, 457, 461, 463, 613, 617, 619, 823, 827, 829, 853, 857, 859, 877, 881, 883, 1087, 1091, 1093, 1297, 1301, 1303, 1423, 1427, 1429 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A prime triple is a set of three prime numbers of the form (p, p+2, p+6) or (p, p+4, p+6).
Initial members p of prime triples of the form (p, p+4, p+6) are congruent to 7 or 13 (mod 30).
Also called prime triples of the second kind.
LINKS
C. K. Caldwell, Top Twenty page, Triplet
Eric Weisstein's World of Mathematics, Prime Triplet
Wikipedia, Prime triple
FORMULA
a(3*n-2) = A022005(n).
EXAMPLE
The table starts:
7, 11, 13;
13, 17, 19;
37, 41, 43;
...
MATHEMATICA
Prime@ Range[#, # + 2] &@ PrimePi@ Select[Prime@ Range@ 240, Times @@ Boole@ PrimeQ[# + {4, 6}] > 0 &] // Flatten (* Michael De Vlieger, Aug 02 2016 *)
PROG
(Magma) &cat[[p, p+4, p+6]: p in PrimesUpTo(1423) | p mod 30 in {7, 13} and IsPrime(p+4) and IsPrime(p+6)];
CROSSREFS
Sequence in context: A176173 A200327 A206546 * A084451 A091901 A072823
KEYWORD
nonn,tabf
AUTHOR
STATUS
approved

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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)