login
A395684
Triangle read by rows: T(n,k) = number of labeled simple graphs on n vertices with clique number exactly k.
6
1, 1, 1, 1, 6, 1, 1, 40, 22, 1, 1, 387, 570, 65, 1, 1, 5788, 21837, 4970, 171, 1, 1, 133500, 1353096, 576247, 33887, 420, 1, 1, 4682269, 142458868, 110940707, 10151470, 201152, 988, 1, 1, 246348114, 26197715153, 37047560253, 5082607533, 144146058, 1097364, 2259, 1
OFFSET
1,5
COMMENTS
By the Clique-Size Dominance Theorem, the minimum coding clique size for faithful CC-transformation embedding is K_min = k+1. This triangle gives the distribution of that threshold.
FORMULA
T(n,1) = T(n,n) = 1 (corresponding to empty and complete graphs).
T(n,k) = c(n,k) - c(n,k-1), where c(n,k) = number of K_{k+1}-free labeled graphs on n vertices (inclusion-exclusion).
T(n,n-1) = n*2^(n-1) - n*(n-1)/2 - n for n>=2.
EXAMPLE
Triangle begins:
n=1: 1;
n=2: 1, 1;
n=3: 1, 6, 1;
n=4: 1, 40, 22, 1;
n=5: 1, 387, 570, 65, 1;
n=6: 1, 5788, 21837, 4970, 171, 1;
n=7: 1, 133500, 1353096, 576247, 33887, 420, 1;
n=8: 1, 4682269, 142458868, 110940707, 10151470, 201152, 988, 1.
CROSSREFS
Cf. A263341 (unlabeled version), A058843 (labeled by chromatic number), A006125 (row sums), A213434 (column k=2 cumulative = triangle-free labeled graphs), A395691 (p=2 multigraphs), A395692 (p=3), A395693 (p=4), A395694 (p=5), A395695 (cumulative D(n,k)).
Sequence in context: A158116 A172343 A394473 * A058875 A156764 A156765
KEYWORD
tabl,nonn
AUTHOR
EXTENSIONS
a(37)-a(45) from Sean A. Irvine, May 07 2026
STATUS
approved