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