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!)
A089492 Sequence of primes 2*p(k) + 3 such that 2*p(k) + 3, 2*p(k+1) + 3, 2*p(k+2) + 3, 2*p(k+3) + 3 are consecutive primes, where p(i) denotes the i-th prime. 4
1552237, 4315469, 8774137, 9629197, 10048081, 10875149, 11469389, 14498741, 18280861, 18789629, 19309957, 19309981, 25386029, 27265457, 28398641, 29697029, 31298269, 31355297, 36792901, 47318969, 47487889, 55449689 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2*A089007(n) + 3 = 2*A000040(A089009(n)) + 3 = A000040(A089524(n)).
EXAMPLE
p(62178)=776117, 2*776117 + 3 = 1552237 = p(117814);
p(62179)=776119, 2*776119 + 3 = 1552241 = p(117815);
p(62180)=776137, 2*776137 + 3 = 1552277 = p(117816);
p(62181)=776143, 2*776143 + 3 = 1552289 = p(117817).
PROG
(PARI) a089492(limit)={my(pv=[2, 3, 5, 0], v3=[3, 3, 3, 3], ks(k)=2*k+3); forprime(p=7, limit, pv[4]=p; if(vecsum(isprime(2*pv+v3))==4&&primepi(ks(pv[4]))-primepi(ks(pv[1]))==3, print1(ks(pv[1]), ", ")); pv[1]=pv[2]; pv[2]=pv[3]; pv[3]=pv[4])};
a089492(30000000) \\ Hugo Pfoertner, Aug 06 2021
CROSSREFS
Subsequence of A089450.
Sequence in context: A236117 A255694 A366890 * A253034 A328563 A250517
KEYWORD
nonn
AUTHOR
Ray Chandler, Nov 04 2003
EXTENSIONS
Offset changed to 1 by Jinyuan Wang, Aug 06 2021
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 April 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)