Function stirling_first_fixed_k

Source
pub fn stirling_first_fixed_k<P: PrimeMod>(
    n: usize,
    k: usize,
) -> Vec<ConstModInt<P>>
Expand description

符号付き第一種スターリング数$s(0, k), \dots, s(n, k)$を列挙する。