OFFSET
1,1
COMMENTS
A marked tree is a tree where each node and edge is marked as + or -.
REFERENCES
F. Bergeron, G. Labelle and P. Leroux, Combinatorial Species and Tree-Like Structures, Cambridge, 1998, p. 293 (4.1.60).
LINKS
FORMULA
a(n) = A136796(n)/n.
a(n) = 2^(2*n-1) * n^(n-2). - Andrew Howroyd, Feb 02 2020
MATHEMATICA
Table[2^(2n-1) n^(n-2), {n, 20}] (* Harvey P. Dale, Nov 17 2024 *)
PROG
(PARI) a(n) = {2^(2*n-1) * n^(n-2)} \\ Andrew Howroyd, Feb 02 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Christian G. Bower, Jan 21 2008
EXTENSIONS
Terms a(15) and beyond from Andrew Howroyd, Feb 02 2020
STATUS
approved
