Function bell_number_table

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

ベル数$B(0, 0), \dots, B(n, n)$を求める。