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!)
A362907 Number of graphs on n unlabeled nodes with treewidth 3. 1
0, 0, 0, 0, 1, 6, 53, 501, 5889, 81786 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
Wikipedia, Treewidth.
EXAMPLE
There is a single graph of treewidth 3 on 4 vertices, which is the complete graph.
PROG
(SageMath) [sum(1 for g in graphs(n) if g.treewidth() == 3) for n in range(9)]
CROSSREFS
Column k=3 of A263294.
Sequence in context: A027835 A055973 A223345 * A369506 A066357 A276365
KEYWORD
nonn,hard,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 8 19:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)