login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A031134 Upper prime of a record difference between it and the second prime before it. 6
5, 7, 11, 29, 59, 97, 127, 223, 1151, 1361, 2203, 2521, 5639, 9601, 14143, 19661, 19681, 31469, 31477, 38543, 58889, 156007, 360769, 370373, 396871, 1357333, 1562051, 4652507, 8917663, 20831533, 38089453, 70396589, 72546391, 102765847 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

_Dmitry Kamenetsky_, Jul 28 2008, Table of n, a(n) for n = 1..55

FORMULA

a(n) = A031133(n) + A031132(n). (Robert G. Wilson v)

MATHEMATICA

lst = {}; {p, q, r} = {1, 2, 3}; d = 0; Do[{p, q, r} = {q, r, Prime@n}; If[r - p > d, d = r - p; AppendTo[lst, {p, r}]; Print[{p, r-p, r}]], {n, 8050000}]; Last /@ lst (from Robert G. Wilson v, May 17 2006)

CROSSREFS

Cf. A031131, A031132, A031133, A122412, A122413.

Sequence in context: A057247 A157437 A213677 * A144231 A050299 A092029

Adjacent sequences:  A031131 A031132 A031133 * A031135 A031136 A031137

KEYWORD

nonn,changed

AUTHOR

Jeff Burch

EXTENSIONS

Extended (and first term added) by Patrick De Geest, 10/2000.

Corrected and extended by Jud McCranie, Jan 03 2001

Definition corrected by Jon Schoenfield, Aug 27 2006

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 20 13:23 EDT 2013. Contains 225461 sequences.