Faktorkombinationen
Faktorkombinationen describe the different ways a positive integer n can be written as a product of integers greater than 1. When the order of the factors is ignored, these representations are called multiplicative partitions of n; if order matters, they are called ordered factorizations or multiplicative compositions.
For example, for n = 12 the unordered factorizations are 12, 6×2, 4×3, and 3×2×2. If order is
In number theory the study of faktorkombinationer includes counting representations, understanding their structure, and enumerating them
Computational methods to enumerate multiplicative partitions typically use backtracking or dynamic programming. By recursively selecting factors
See also: prime factorization, multiplicative partitions, integer partitions, OEIS A001055.