← Complete problem index

PROJECT EULER · #0076

Counting Summations

Statement only · SolvedOriginal problem ↗

It is possible to write five as a sum in exactly six different ways:

4+13+23+1+12+2+12+1+1+11+1+1+1+1

How many different ways can one hundred be written as a sum of at least two positive integers?

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.