Answer: The answer is 2^n, which could be c or d, depending on which lost the ^ in transcription.
Explanation:
Row 1 is 0 1 1 0, sum 2^1
Row 2 is 0 0+1 1+1 1+0 0 sum 2^2
Row 3 is 0 0+1 1+2 2+1 1+0 0 sum 2^3
Notice that every number on row n is used as a term twice in row n+1. So the sum doubles.