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!)
A269514 Primes 8k + 5 preceding the maximal gaps in A269513. 3
5, 13, 61, 461, 557, 877, 1301, 2957, 4261, 4637, 5869, 7349, 20549, 20789, 31741, 60917, 62213, 201101, 239597, 307733, 1158821, 1475261, 3059597, 5155309, 5388101, 5452093, 19313549, 69685061, 85431373, 91539277, 291294901, 381464669, 512257453, 609941069, 1126255597 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A007521.
A269513 lists the corresponding record gap sizes. See more comments there.
LINKS
Alexei Kourbatov and Marek Wolf, Predicting maximal gaps in sets of primes, arXiv preprint arXiv:1901.03785 [math.NT], 2019.
EXAMPLE
The first two primes of the form 8k + 5 are 5 and 13, so a(1)=5. The next prime of this form is 29 and the gap 29-13=16 is a new record, so a(2)=13.
PROG
(PARI) re=0; s=5; forprime(p=13, 1e8, if(p%8!=5, next); g=p-s; if(g>re, re=g; print1(s", ")); s=p)
CROSSREFS
Sequence in context: A201805 A144725 A051902 * A149569 A149570 A149571
KEYWORD
nonn
AUTHOR
Alexei Kourbatov, Feb 28 2016
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 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)