pub fn partition_number<const P: u32, const PR: u32>( n: usize, ntt: &NTT<P, PR>, ) -> Vec<ConstModInt<P>>
分割数$p(0), \dots, p(n)$を列挙する。