|
Search: id:A100589
|
|
|
| A100589 |
|
Primes of the form 2p+3q, p and q consecutive primes, which are also the sum of three distinct primes. |
|
+0 1
|
|
| 13, 31, 47, 61, 107, 151, 173, 197, 211, 227, 283, 347, 383, 433, 541, 557, 607, 647, 673, 691, 751, 773, 827, 853, 883, 977, 991, 1031, 1091, 1201, 1303, 1373, 1627, 1741, 1783, 1907, 1933, 1997, 2029, 2161, 2207, 2269, 2297, 2311, 2371, 2447
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
PROGRAM
|
(PARI) for(x=1, 100, if( isprime(2*prime(x)+3*prime(x+1)), print1( 2*prime(x)+3*prime(x+1), ", "))) (Coveiro)
|
|
CROSSREFS
|
Sequence in context: A129864 A080387 A097443 this_sequence A111489 A106294 A101649
Adjacent sequences: A100586 A100587 A100588 this_sequence A100590 A100591 A100592
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Giovanni Teofilatto (g.teofilatto(AT)tiscalinet.it), Nov 30 2004
|
|
EXTENSIONS
|
Corrected and extended by Jorge Coveiro (jorgecoveiro(AT)yahoo.com), Jul 24 2006
|
|
|
Search completed in 0.002 seconds
|