login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A362908 Number of graphs on n unlabeled nodes with treewidth 2. 1
0, 0, 0, 1, 4, 17, 72, 323, 1639, 9203 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Wikipedia, Treewidth.
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 9 03:30 EDT 2024. Contains 372341 sequences. (Running on oeis4.)