[go: up one dir, main page]

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

A362908
Number of graphs on n unlabeled nodes with treewidth 2.
1
0, 0, 0, 1, 4, 17, 72, 323, 1639, 9203
OFFSET
0,5
EXAMPLE
There is a single graph of treewidth 2 on 3 vertices, which is the complete graph.
PROG
(SageMath) [sum(1 for g in graphs(n) if g.treewidth() == 2) for n in range(9)]
CROSSREFS
Column 2 of A263294.
Sequence in context: A122451 A257388 A113442 * A085732 A289159 A083330
KEYWORD
nonn,more
AUTHOR
Martin Rubey, May 09 2023
STATUS
approved