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!)
A118072 Primes which are the sum of a twin prime pair - 1. 4
7, 11, 23, 59, 83, 359, 383, 479, 563, 839, 863, 1283, 1319, 1619, 2039, 2063, 2099, 2459, 2579, 2903, 2963, 3863, 4259, 4283, 4679, 5099, 5939, 6599, 6659, 6719, 6779, 7079, 7643, 7703, 8039, 8543, 8963, 10463, 10559, 10883, 11003, 11279, 11483, 11699, 12263 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Dickson's conjecture implies this sequence is infinite. - Charles R Greathouse IV, Apr 18 2013
LINKS
FORMULA
{A001359(k) + A006512(k) - 1} INTERSECT {A000040}. {A054735(k) - 1} INTERSECT {A000040}. {2*A001359(k) + 1} INTERSECT {A000040}.
EXAMPLE
a(1) = 7 = 3 + 5 - 1 where (3,5) is a twin prime pair.
a(2) = 11 = 5 + 7 - 1 where (5,7) is a twin prime pair.
MATHEMATICA
Select[(Total[#]-1)&/@Select[Partition[Prime[Range[500]], 2, 1], Last[#]- First[#]== 2&], PrimeQ] (* Harvey P. Dale, Apr 04 2011 *)
PROG
(PARI) is(p)=isprime((p-1)\2)&&isprime((p+3)\2)&&isprime(p) \\ Charles R Greathouse IV, Apr 18 2013
(Magma) [p: p in PrimesUpTo(13000)|IsPrime((p-1) div 2) and IsPrime((p+3) div 2)]; // Marius A. Burtea, Jan 01 2020
CROSSREFS
Sequence in context: A111671 A213895 A140111 * A141305 A243916 A181841
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, May 11 2006
EXTENSIONS
More terms from Harvey P. Dale, Apr 04 2011
More terms from Amiram Eldar, Jan 01 2020
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)