OFFSET
0,3
COMMENTS
Similar to A344571 but here n is the number of vertices.
FORMULA
a(n) >= 2*a(n-1) for n > 0.
EXAMPLE
In the following examples, the origin is in the bottom left corner and graph edges are directed upwards and to the right.
The a(1) = 1 graph is:
.
The a(2) = 2 graphs are:
| __
.
The a(3) = 5 graphs are:
| __
| | __.__ __| |__
.
The a(4) = 15 graphs are:
| __
| | |__ __| __.__ | __
| | | | | |__ |__
.
__ | __
__.__.__ __.__| __|__ __| __| |__.__ |__| |__|
.
Other examples with 5, 6, and 7 vertices respectively include:
| __.__ __|__|
|__| |__.__| |__|
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Roman Hros, Apr 18 2022
STATUS
approved