Sum all integers from 1 to 2^n - MATLAB Cody - MATLAB Central

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

Difficulty:Rate
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.66% Correct | 39.34% Incorrect
Last Solution submitted on Mar 26, 2025

Problem Comments

Solution Comments

Show comments
Who Deserves Your Praise? Discover the New Contribution Widget!
...
We are excited to announce another update to our Discussions area: the...

Group

Project Euler I Image
Project Euler I
  • 10 Problems
  • 852 Finishers

Problem Recent Solvers15896

Problem Tags

Community Treasure Hunt

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

Start Hunting!
Go to top of page