Q. Is it the case that for every prime $p$, there is a larger prime $q$ such that $q = p + 4 n$, $n \ge 2$ ?
For example: $5 + 8 = 13$, $13 + 16 = 29$, $29 + 8 = 37$, and so on.
I came upon this constructing a stacked version of Ulam's spiral, arranging that the front-right corner cell of every layer is prime. Continuing this indefinitely requires a positive answer to the posed question.
3rd layer, starting with $14$, following $13$ from 2nd layer.