Moser's circle problem sets the upper bound of regions the chords connecting n points can divide a circle into at ${n \choose 4} + {n \choose 2} + 1$. But how can we construct a set of points that gets there?
There must be infinitely many. For any set of n points, there are at most $n{n-1 \choose 4}$ points on the circle that might cause an intersection, e.g. you could pick any two intersecting chords and a point in the set, and the line between them would intersect the circle in one more place.
So this exists. But how to construct a set of points that provably works?
My guess is that if we have a list of the prime numbers $p_1=2, p_2=3, p_3=5$ etc. and a unit circle, we could have a set of points $x_n=(cos(\pi/p_n), sin(\pi/p_n))$. That seems like it would work, but I'm not sure how to prove it. And there might be something simpler, too. Any suggestions?