|
Search: id:A089007
|
|
|
| A089007 |
|
Sequence of primes p(n) such that 2*p(n)+3, 2*p(n+1)+3, 2*p(n+2)+3, 2*p(n+3)+3 are four consecutive primes, where p(i) denotes the i-th prime. |
|
+0 4
|
|
| 776117, 2157733, 4387067, 4814597, 5024039, 5437573, 5734693, 7249369, 9140429, 9394813, 9654977, 9654989, 12693013, 13632727, 14199319, 14848513, 15649133, 15677647, 18396449, 23659483, 23743943, 27724843, 28224293, 28677529
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
776117 is in the sequence because it is the 62178th prime, followed by the primes 776119, 776137 and 776143; and 2*776117+3 = 1552237, 2*776119+3 = 1552241, 2*776137+3 = 1552277 and 2*776143+3 = 1552289 which are the 117814th, 117815th, 117816th and 117817th prime respectively.
|
|
MATHEMATICA
|
lst = {}; Do[ If[ PrimeQ[2Prime[n] + 3], If[ PrimeQ[2Prime[n + 1] + 3], If[ PrimeQ[2Prime[n + 2] + 3], If[ PrimeQ[2Prime[n + 3] + 3], If[ PrimePi[2Prime[n] + 3] + 3 == PrimePi[2Prime[n + 3] + 3], AppendTo[lst, Prime[n]]] ]]]], {n, 2048081}] (from Robert G. Wilson v Jan 13 2005)
|
|
CROSSREFS
|
Subsequence of A088119.
For values of n see A089009: a(n) = A000040(A089009(n)).
Cf. A089492, A089524.
Sequence in context: A122468 A151562 A023348 this_sequence A145687 A157357 A146953
Adjacent sequences: A089004 A089005 A089006 this_sequence A089008 A089009 A089010
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Pierre CAMI (colettecami(AT)aol.com), Nov 03 2003
|
|
EXTENSIONS
|
Corrected and extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 04 2003
Entry revised by N. J. A. Sloane (njas(AT)research.att.com), Apr 01 2006
|
|
|
Search completed in 0.002 seconds
|