pub fn stirling_second<const P: u32, const PR: u32>( n: usize, ntt: &NTT<P, PR>, ) -> Vec<ConstModInt<P>>
第二種スターリング数$S(n, 0), \dots, S(n, n)$を列挙する。