There is a problem in the definition of
https://oeis.org/A141399,
"...
all the distinct primes that divide k or k+1 are members of a set of consecutive primes."One can easily guess what is meant, but as it stands, any number satisfies this,
since any prime is a member of a set of consecutive primes.
(e.g., { p, nextprime(p) } and even if one would add "...of the same / a common set ...",
one could use (a sufficiently large initial segment of) the set of *all* primes.
Or one could just fill the gaps to get a set of consecutive primes they are all members of.)
What is meant (if I'm not wrong) is that the set of primes that divide k or k+1 *form* a set of consecutive primes,
not just be member of it.
I propose an edit in that sense.
- Maximilian