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
KEYWORD
AUTHOR
Christian Stump, Oct 13 2015
EXTENSIONS
Corrected and extended by Martin Rubey, May 10 2023
STATUS
approved