Skip to main content

integer_partition_count

Function integer_partition_count 

Source
pub fn integer_partition_count(n: u64) -> BigUint
Expand description

The partition count p(n): ways to write n as a sum of positive integers, order ignored.