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”).

A263294
Triangle read by rows: T(n,k) is the number of graphs with n vertices and treewidth k.
3
1, 1, 1, 1, 2, 1, 1, 5, 4, 1, 1, 9, 17, 6, 1, 1, 19, 72, 53, 10, 1, 1, 36, 323, 501, 168, 14, 1, 1, 75, 1639, 5889, 4163, 557, 21, 1, 1, 152, 9203, 81786, 138923, 42596, 1977, 29, 1
OFFSET
1,5
COMMENTS
A graph without edges has treewidth 0, any other forest has treewidth 1, any other series parallel graph has treewidth 2. - Martin Rubey, May 10 2023
LINKS
FindStat - Combinatorial Statistic Finder, The treewidth of a graph.
Wikipedia, Treewidth
EXAMPLE
Triangle begins:
1;
1, 1;
1, 2, 1;
1, 5, 4, 1;
1, 9, 17, 6, 1;
1, 19, 72, 53, 10, 1;
1, 36, 323, 501, 168, 14, 1;
1, 75, 1639, 5889, 4163, 557, 21, 1;
1, 152, 9203, 81786, 138923, 42596, 1977, 29, 1;
...
CROSSREFS
Columns k=2..3 are A362908, A362907.
Partial row sums include A000012, A005195, A000041.
Row sums are A000088.
T(n,n-2) = A000065(n).
Sequence in context: A288620 A263324 A284949 * A241500 A152924 A220738
KEYWORD
nonn,tabl,more
AUTHOR
Christian Stump, Oct 13 2015
EXTENSIONS
Corrected and extended by Martin Rubey, May 10 2023
STATUS
approved