What is the sum of all the numbers in the 2015th row of Pascal's triangle?
If the answer can be represented in the from , find
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The sum of the nth row is 2^(n-1).
2 + 2015 - 1 = 2016