A set is said to be 3-free if no three elements form an arithmetic progression. Given a 3-free set A of integers 0 = a0 < a1 < · · · < at, the Stanley sequence S(A) = {an} is defined using the greedy algorithm: For each successive n > t, we pick the smallest possible an so that {a0, a1, . . . , an} is 3-free and increasing. Work by Odlyzko and Stanley indicates that Stanley sequences may be div...