OFFSET
1,1
COMMENTS
Has many terms in common with A054691, but neither of the two is a subsequence of the other one. - M. F. Hasler, May 07 2022
LINKS
Martin Raab, Table of n, a(n) for n = 1..82
Alexei Kourbatov and Marek Wolf, Predicting maximal gaps in sets of primes, arXiv preprint arXiv:1901.03785 [math.NT], 2019.
Tomás Oliveira e Silva, Gaps between twin primes
Randall Rathbun, Twin Prime Gaps, NMBRTHRY Mailing List, Nov 23 1998.
Eric Weisstein's World of Mathematics, Prime Constellation
MATHEMATICA
Block[{s = Select[Partition[Prime@ Range[10^7], 2, 1], Subtract @@ # == -2 &][[All, -1]], t}, t = Differences@ s; Map[s[[FirstPosition[t, #]]] &, Union@ FoldList[Max, t]][[All, 1]]] (* Michael De Vlieger, Jan 18 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms 5, 7 prepended by Max Alekseyev, Nov 05 2015
a(17) corrected and a(31)-a(33) from Sean A. Irvine, Oct 21 2020
STATUS
approved