What is the sum of all numbers that occur an odd number of times in rows 0 through 11 of Pascal's triangle?
Details and assumptions
The 0th row of the Pascal triangle is the vertex, which is 1.
You only sum the number once, regardless of the number of times it appears in the triangle.