login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A027439
Expansion of 1/(1 - 4*x + 5*x^2 - 3*x^3).
1
1, 4, 11, 27, 65, 158, 388, 957, 2362, 5827, 14369, 35427, 87344, 215348, 530953, 1309104, 3227695, 7958119, 19621313, 48377742, 119278760, 294090269, 725100502, 1787786943, 4407916069, 10868031067
OFFSET
0,2
COMMENTS
Number of ordered trees with n+3 edges having on each subtree of the root exactly one node with more than one descendant. - Emeric Deutsch, Dec 11 2007
MAPLE
G:=1/(1-4*x+5*x^2-3*x^3): Gser:=series(G, x=0, 30): seq(coeff(Gser, x, n), n=0.. 25); # Emeric Deutsch, Dec 11 2007
CROSSREFS
Sequence in context: A080869 A137229 A301874 * A108985 A014151 A176759
KEYWORD
nonn
STATUS
approved