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!)
A089152 Primes p such that 6*p-7 and 6*p-5 are twin primes and p is also a twin prime. 1
3, 11, 13, 19, 31, 41, 59, 71, 73, 101, 139, 193, 239, 269, 271, 313, 349, 433, 521, 643, 823, 829, 881, 1051, 1061, 1093, 1621, 1669, 1723, 1951, 2549, 2999, 3359, 3373, 3463, 3469, 3583, 4019, 4219, 4481, 4483, 4519, 5233, 5639, 5881, 6089, 6131, 6133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
6*19-7 = 107, 6*19-5 = 109, 107 and 109 are twin primes and 19 has 17 as twin.
MAPLE
P:= {seq(ithprime(i), i=1..20000)}:
A:= P intersect (map(`-`, P, 2) union map(`+`, P, 2)) intersect map(t -> (t+5)/6, P) intersect map(t -> (t+7)/6, P):
sort(convert(A, list)); # Robert Israel, Jan 16 2019
PROG
(Magma) [p: p in PrimesUpTo(6500) |(IsPrime(p-2) or IsPrime(p+2)) and IsPrime(6*p-5) and IsPrime(6*p-7)]; // Vincenzo Librandi, Jan 17 2019
CROSSREFS
Subsequence of A089151.
Sequence in context: A067386 A063621 A176870 * A066594 A329761 A167612
KEYWORD
easy,nonn
AUTHOR
Pierre CAMI, Dec 06 2003
EXTENSIONS
2 and 173 removed by R. J. Mathar, Nov 13 2009
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 May 11 23:16 EDT 2024. Contains 372431 sequences. (Running on oeis4.)