login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036768 Number of rooted trees with a degree constraint. 0
1, 1, 2, 5, 14, 42, 132, 428, 1421, 4807, 16510, 57421, 201824, 715768, 2558167, 9204651, 33315919, 121218195, 443107245, 1626546453, 5993256280, 22158739970, 82182744284, 305670888560, 1139892935454, 4261095044346, 15964169665031 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

REFERENCES

L. Takacs, Enumeration of rooted trees and forests, Math. Scientist 18 (1993), 1-10, esp. Eq. (6).

LINKS

Index entries for sequences related to rooted trees

Vladimir Kruchinin, Compositae and their properties , arXiv:1103.2582

FORMULA

G.f. A(x) satisfies A(x)=1+sum(n=1..6, (x*A(x))^n) [From Vladimir Kruchinin, Feb 22 2011].

MAPLE

r := 6; [ seq((1/n)*add( (-1)^j*binomial(n, j)*binomial(2*n-2-j*(r+1), n-1), j=0..floor((n-1)/(r+1))), n=1..30) ]; end;

PROG

(PARI) a(n)=if(n<0, 0, polcoeff(serreverse(x/polcyclo(7)+O(x^(n+2))), n+1)) (from R. Stephan)

CROSSREFS

Sequence in context: A024175 A152226 A054393 * A058094 A080938 A054394

Adjacent sequences:  A036765 A036766 A036767 * A036769 A036770 A036771

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 09:15 EST 2012. Contains 205753 sequences.