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!)
A298539 Number of unlabeled rooted trees with n vertices such that every branch of the root has a different number of nodes. 3
1, 1, 1, 3, 6, 15, 35, 89, 218, 571, 1446, 3834, 10003, 26864, 71120, 193602, 519409, 1423539, 3865590, 10666555, 29185905, 81078369, 223367624, 623192655, 1727907182, 4840616872, 13482957335, 37923616139, 106070402639, 299214369115, 840217034149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
G.f.: Product_{n>0} (1 + A000081(n) x^n).
EXAMPLE
The a(5) = 6 trees: ((((o)))), (((oo))), ((o(o))), ((ooo)), (o((o))), (o(oo)).
MATHEMATICA
nn=20;
r[n_]:=r[n]=If[n===1, 1, Sum[Product[Binomial[r[x]+Count[ptn, x]-1, Count[ptn, x]], {x, Union[ptn]}], {ptn, IntegerPartitions[n-1]}]];
Table[SeriesCoefficient[Product[1+r[n]x^n, {n, nn}], {x, 0, n}], {n, 0, nn}]
CROSSREFS
Sequence in context: A076375 A190586 A113225 * A209450 A291013 A017924
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 21 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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)