Problem #WSP-000401

Problems Algebra Pascal triangle

Problem

In the nth row of Pascal’s triangle, leave the left 1 untouched, multiply the next number along (which is (n1)=n) by 2, multiply the next number along (which is (n2)=n(n12) by 4, and so on, until you multiply the right-hand 1 by 2n. That is, multiply the kth number from the left by 2k.

Now what’s the sum of the numbers in the nth row?