pub fn bell_number_table<R: ZZ>(n: usize, modulo: R) -> Vec<Vec<R::Element>>where R::Element: ZZElem + Copy,
ベル数$B(0, 0), \dots, B(n, n)$を求める。