pub fn integer_partition_count(n: u64) -> BigUint
The partition count p(n): ways to write n as a sum of positive integers, order ignored.
p(n)
n