login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106086 Primes p such that 7*p+2 and 2*p+7 are primes. 0
3, 5, 11, 23, 47, 53, 71, 131, 173, 197, 251, 257, 293, 317, 383, 461, 467, 587, 593, 683, 701, 773, 797, 863, 953, 983, 1031, 1103, 1151, 1187, 1193, 1217, 1301, 1307, 1373, 1451, 1481, 1607, 1721, 1787, 2111, 2207, 2237, 2333, 2633, 2903, 3023, 3221, 3347 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Cf. A105760 Numbers n such that (2*n + 7) is prime; A105772 Numbers n such that (7*n + 2) is prime

MATHEMATICA

Select[Prime[Range[220]], PrimeQ[2#+7]&&PrimeQ[7#+2]&]

PROG

(MAGMA) [p: p in PrimesUpTo(5000)|IsPrime(7*p+2) and IsPrime(2*p+7)] [From Vincenzo Librandi, Jan 30 2011]

CROSSREFS

Cf. A105760, A105772.

Sequence in context: A133914 A169913 A023223 * A072828 A032803 A030494

Adjacent sequences:  A106083 A106084 A106085 * A106087 A106088 A106089

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 07 2005

EXTENSIONS

More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com), Jan 29 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 05:45 EST 2012. Contains 205694 sequences.