The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A329159 2*a(n) are the lengths of record prime gaps immediately preceding twin primes. 8
1, 2, 3, 5, 6, 11, 14, 15, 17, 20, 24, 26, 30, 35, 39, 42, 45, 50, 66, 68, 74, 75, 89, 98, 104, 107, 117, 123, 144, 159, 165, 180, 183, 192, 195 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding locations are provided in A329158. The gap 2 -> 3 before the pair 3, 5 is excluded.
LINKS
PROG
(PARI) p1=3; p2=5; r=0; forprime(p3=7, 1e9, if(p3-p2==2, d=p2-p1; if(d>r, r=d; print1(d/2, ", "))); p1=p2; p2=p3)
CROSSREFS
Sequence in context: A240218 A347414 A317707 * A350230 A104012 A164830
KEYWORD
nonn,more
AUTHOR
Hugo Pfoertner, Nov 06 2019
EXTENSIONS
a(31)-a(34) from Jinyuan Wang, Mar 01 2020
a(35) from David Trimas, Jul 26 2023
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 June 4 06:06 EDT 2024. Contains 373089 sequences. (Running on oeis4.)