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