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!)
A269240 Primes 10k + 7 at the end of the maximal gaps in A269238. 3
17, 37, 97, 457, 1087, 4787, 10837, 28277, 39607, 61297, 131267, 250687, 425837, 2385587, 2718017, 3208327, 5247757, 6996907, 7402867, 23363807, 27615167, 46360747, 103494877, 118885867, 499145587, 544699457, 705339487, 760950587, 1625987527 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A030432.
A269238 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 10k + 7 are 7 and 17, so a(1)=17. The next prime of this form is 37 and the gap 37-17=20 is a new record, so a(2)=37.
PROG
(PARI) re=0; s=7; forprime(p=17, 1e8, if(p%10!=7, next); g=p-s; if(g>re, re=g; print1(p", ")); s=p)
CROSSREFS
Sequence in context: A261529 A141886 A350096 * A060429 A052292 A154301
KEYWORD
nonn
AUTHOR
Alexei Kourbatov, Feb 20 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)