login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A369227
Triangle read by rows: T(n,k) is the number of uniquely colorable simple graphs on n nodes with chromatic number k = 1..n.
2
1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 5, 3, 1, 1, 1, 17, 12, 3, 1, 1, 1, 44, 72, 12, 3, 1, 1, 1, 182, 856, 127, 12, 3, 1, 1, 1, 730, 17018, 3426, 127, 12, 3, 1, 1, 1, 4032, 531568, 221188, 4938, 127, 12, 3, 1, 1, 1, 25598
OFFSET
1,8
LINKS
Eric Weisstein's World of Mathematics, Chromatic Number.
Eric Weisstein's World of Mathematics, Simple Graph.
Eric Weisstein's World of Mathematics, Uniquely Colorable Graph.
FORMULA
T(n,1) = 1.
T(n,2) = A005142(n).
T(n,3) = A348222(n).
T(n,n) = 1.
Sum_{k=1..n} T(n,k) = A369223(n).
EXAMPLE
Triangle read by rows:
1
1, 1
1, 1, 1
1, 3, 1, 1
1, 5, 3, 1, 1
1, 17, 12, 3, 1, 1
1, 44, 72, 12, 3, 1, 1
1, 182, 856, 127, 12, 3, 1, 1
1, 730, 17018, 3426, 127, 12, 3, 1, 1
1, 4032, 531568, 221188, 4938, 127, 12, 3, 1, 1
1, 25598, ...
CROSSREFS
KEYWORD
nonn,tabl,more
AUTHOR
Eric W. Weisstein, Jan 16 2024
STATUS
approved