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!)
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. 3
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; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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}] (* Robert G. Wilson v, Jan 13 2005 *)
CROSSREFS
Subsequence of A088119.
For values of n see A089009: a(n) = A000040(A089009(n)).
Sequence in context: A226113 A151562 A023348 * A252951 A145687 A244071
KEYWORD
nonn
AUTHOR
Pierre CAMI, Nov 03 2003
EXTENSIONS
Corrected and extended by Ray Chandler, Nov 04 2003
Entry revised by N. J. A. Sloane, Apr 01 2006
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)