For the Terryfying list question, the list is built as so:
[0][1,2][1,2,3,2,3,4][1,2,3,2,3,4,3,4,5]...
This shows that nth list ends in 3n-1.
So we locate where 2012 is, which is between 36(=729) and 37(=2178)
As the rules suggest, the 1st - 729th numbers is repeated twice, and each...