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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A106067 Primes p such that 3*p+2 and 2*p+3 are primes. 1
5, 7, 13, 17, 19, 29, 43, 89, 97, 127, 139, 167, 173, 197, 199, 227, 269, 337, 349, 353, 383, 397, 409, 439, 503, 523, 607, 643, 659, 797, 859, 887, 929, 1013, 1039, 1063, 1069, 1109, 1153, 1193, 1259, 1277, 1303, 1307, 1427, 1429, 1483, 1559, 1567, 1583 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Zak Seidov, Table of n, a(n) for n = 1..1000

MATHEMATICA

Select[Prime[Range[20000]], PrimeQ[2#+3]&&PrimeQ[3#+2]&]

PROG

(MAGMA) [p: p in PrimesUpTo(10000)| IsPrime(3*p+2) and IsPrime(2*p+3)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]

CROSSREFS

Intersection of A023204 and A023208.

Sequence in context: A040995 A091301 A040125 * A028311 A087155 A045442

Adjacent sequences:  A106064 A106065 A106066 * A106068 A106069 A106070

KEYWORD

nonn

AUTHOR

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

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 14 16:05 EST 2012. Contains 205635 sequences.