Starting from a prime p, keep adding the next even number — p, then p+2, then p+2+4, then p+2+4+6 — for as long as the running total stays prime. Works the same way subtracting. Every chain here runs until it breaks, and shows exactly why.