Module combinatorics

Source
Expand description

組み合わせ論

Modules§

bell_number
ベル数$B_0, \dots, B_n$を列挙する。
bell_number_table
ベル数$B(0, 0), \dots, B(n, n)$
bernoulli_number
ベルヌーイ数$B_0, \dots, B_n$を列挙する。
binomial_coefficient
二項係数
montmort
完全順列の個数を列挙する。
partition_number
分割数$p(0), \dots, p(n)$を列挙する。
stirling_first
符号付き第一種スターリング数$s(n, 0), \dots, s(n, n)$を列挙する。
stirling_first_fixed_k
符号付き第一種スターリング数$s(0, k), \dots, s(n, k)$を列挙する。
stirling_first_small_p
符号付き第一種スターリング数$s(n, k)$を計算する。
stirling_first_table
符号付き第一種スターリング数$s(0,0), \dots, s(n,n)$を列挙する。
stirling_second
第二種スターリング数$S(n, 0), \dots, S(n, n)$を列挙する。
stirling_second_fixed_k
第二種スターリング数$S(0, k), \dots, S(n, k)$を列挙する。
stirling_second_small_p
第二種スターリング数$S(n, k)$を計算する。
stirling_second_table
第二種スターリング数$S(0,0), \dots, S(n,n)$を列挙する。