pub fn stirling_first_table<R: ZZ>(n: usize, modulo: R) -> Vec<Vec<R::Element>>where R::Element: Copy,
符号付き第一種スターリング数$s(0,0), \dots, s(n,n)$を列挙する。
Time complexity $O(n^2)$