OFFSET
0,2
COMMENTS
The total number of nodes including the root is 2n + 1.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..100
FORMULA
a(n) = A304489(2*n+1, n).
EXAMPLE
a(1) = 3 because there are three trees with one root node and one additional node of each color:
1 -- o -- 2,
o -- 1 -- 2,
o -- 2 -- 1.
CROSSREFS
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Jan 09 2020
STATUS
approved