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