Combinations That Sums Up to an Amount

Given a positive number, find all combinations of positive numbers that adds up to that number. Only combinations displayed, not permutations.

Example :
Given Number : 5
Combinations :
1+1+1+1+1
2 + 2 + 1
2 + 3
3 + 1 + 1
4 + 1

Created by this request

Integer partition

This online calculator generates all possible partitions of an entered positive integer.

URL copied to clipboard
PLANETCALC, Combinations That Sums Up to an Amount

Comments