The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A295461 Number of unlabeled rooted trees with 2n + 1 nodes in which all outdegrees are even. 9
1, 1, 2, 5, 12, 33, 91, 264, 780, 2365, 7274, 22727, 71784, 229094, 737215, 2390072, 7798020, 25587218, 84377881, 279499063, 929556155, 3102767833, 10390936382, 34903331506, 117564309276, 396994228503, 1343716120550, 4557952756658, 15491856887741 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
The a(3) = 5 trees: (o(o(oo))), (o(oooo)), ((oo)(oo)), (ooo(oo)), (oooooo).
MATHEMATICA
erut[n_]:=erut[n]=If[n===1, {{}}, Join@@Function[c, Union[Sort/@Tuples[erut/@c]]]/@Select[IntegerPartitions[n-1], EvenQ[Length[#]]&]];
Table[Length[erut[n]], {n, 1, 30, 2}]
CROSSREFS
Sequence in context: A292215 A292216 A000669 * A191769 A221206 A281489
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 13 2018
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 June 11 07:06 EDT 2024. Contains 373290 sequences. (Running on oeis4.)