OFFSET
1,1
COMMENTS
Positions of terms > 1 in A333254. In other words, the a(n)-th run of differences of odd primes has length > 1.
EXAMPLE
Primes 54 to 57 are {251, 257, 263, 269}, with differences (6,6,6). This is the 49th run, and the first of length > 2.
MATHEMATICA
Join@@Position[Length /@ Split[Differences[Select[Range[1000], PrimeQ]]] // Most, x_Integer?(#>1&)]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jun 23 2024
STATUS
approved