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