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

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

Solution Stats

60.08% Correct | 39.92% Incorrect
Last Solution submitted on Mar 28, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers14210

Suggested Problems

More from this Author1

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!