Are there consecutive gaps(difference) of 4 between prime numbers?
Seeing at the first few gaps
$1, 2, 2, 4, 2, 4, 2, 4, 6, 2, 6, 4, 2, 4, 6, 6, 2, 6, 4, 2, 6,.....$.
(for example 6 is repeated consecutively at some places).
Are there consecutive gaps of 4 between prime numbers?
If there is no twin gap of 4, then how to prove it, what is the proof of that?
One of $\{p,p+4,p+8\}$ will be divisible by $3$, so if they are all to be primes, one of them must be $3$ itself. Then we have $3,7,11$, which are all prime, but unfortunately 3 to 7 is not a gap, so no, there cannot be two consecutive prime gaps of length 4.