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!)
A089344 Smallest prime(k) such that prime(k)-prime(k-n) is equal to prime(k+1)-prime(k). 3
5, 7, 619, 6581, 13933, 15823, 22307, 259033, 678659, 745757, 576791, 15014557, 35630467, 31515413, 264426203, 356604959, 364058659, 2529682091, 6868844179, 1457908691, 12799238129, 23294528897, 72106293983, 82160403553, 230966323927, 19187736221 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = prime(A066496(n)). - Giovanni Resta, Apr 04 2017
EXAMPLE
a(4) = 6581, the next prime is 6599, 6599-6581 = 18, the four previous primes are 6563, 6569, 6571 and 6577. 6581-6563 = 18.
MATHEMATICA
f[n_] := Block[{k = n + 1}, While[ 2Prime[k] != Prime[k + 1] + Prime[k - n], k++ ]; Prime[k]]; Table[ f[n], {n, 17}] (* Robert G. Wilson v, Nov 11 2003 *)
CROSSREFS
Cf. A066496, A006562 (balanced primes), A117876, A118467.
Sequence in context: A260830 A260827 A020467 * A114363 A083687 A101829
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Nov 05 2003
EXTENSIONS
Corrected and extended by Ray Chandler and Robert G. Wilson v, Nov 07 2003
a(18)-a(21) from Fabien Sibenaler, Mar 15 2013
a(22)-a(26) from Giovanni Resta, Apr 04 2017
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 May 1 17:43 EDT 2024. Contains 372175 sequences. (Running on oeis4.)