A list of digits is formed by repeatedly writing the digits and from left to right, beginning . Every third digit is then erased from the list (i.e., the rd, th, th, digits from the left). From the resulting list, every second digit is erased (i.e., the nd, th, th, digits from the left in what remained). Finally, every third digit is erased from what remained at that point. What is the sum of the three digits that were then in the positions , , and ?
7
8
9
10
11