Problem 189. sum all integers from 1 to 2^n

Given the numper x, y must be the summation of all integers from 1 to 2^n. For instance if x=2 then y must be 1+2+3+4=10.

Tags

Problem Group

Problem Comments

Solution Comments