pub fn stirling_first_fixed_k<const P: u32, const PR: u32>( n: usize, k: usize, ) -> Vec<ConstModInt<P>>
符号付き第一種スターリング数$s(0, k), \dots, s(n, k)$を列挙する。