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

741 solvers submitted 1457 solutions (1.97 solutions/solver).

Problem Comments

Solution Comments