|
Search: id:A036767
|
|
|
| A036767 |
|
Number of rooted trees with a degree constraint. |
|
+0 1
|
|
| 1, 1, 2, 5, 14, 42, 131, 421, 1385, 4642, 15795, 54418, 189454, 665471, 2355510, 8393461, 30084695, 108394449, 392356788, 1426137550, 5203211200, 19048447855, 69951072700, 257609070810, 951172531880, 3520465229446, 13058843476526
(list; graph; listen)
|
|
|
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
|
|
MAPLE
|
r := 5; [ 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;
|
|
PROGRAM
|
(PARI) a(n)=if(n<0, 0, polcoeff(serreverse(x/sum(k=0, 5, x^k)+O(x^(n+2))), n+1)) (from R. Stephan)
|
|
CROSSREFS
|
Sequence in context: A080937 A054392 A006930 this_sequence A061922 A162746 A148329
Adjacent sequences: A036764 A036765 A036766 this_sequence A036768 A036769 A036770
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|