Function stirling_first_table

Source
pub fn stirling_first_table<R: ZZ>(n: usize, modulo: R) -> Vec<Vec<R::Element>>
where R::Element: Copy,
Expand description

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

Time complexity $O(n^2)$