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!)
A014276 Number of directed rooted trees on n nodes with forbidden limbs. 1
0, 1, 3, 15, 82, 495, 3144, 20874, 142766, 1000083, 7136463, 51699614, 379214625, 2810720045, 21018835670, 158389275075, 1201541422730, 9168456492986, 70324572634341, 541910543713685, 4193257236992896, 32568879336517050, 253822497160605899, 1984276479881989537, 15556238037968354214, 122274773948426045945 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
T. Lu, The enumeration of trees with and without given limbs, Discr. Math., 154 (1996), 153-165, example 5.
FORMULA
G.f. (x-x^7-x^8+x^13)/[Product_{p>=1} (1-x^p)^(3*a(p)], in implicit form. - R. J. Mathar, Feb 26 2016
MATHEMATICA
nmax = 30; b = ConstantArray[0, nmax+1]; b[[1]] = 0; b[[2]] = 1; Do[b[[n+1]] = SeriesCoefficient[(x-x^7-x^8+x^13) / Product[(1 - x^p)^(3*b[[p+1]]), {p, 1, n-1}], {x, 0, n}], {n, 2, nmax}]; b (* Vaclav Kotesovec, Feb 28 2016 *)
CROSSREFS
Cf. A006964.
Sequence in context: A084208 A059271 A345885 * A006964 A371616 A203507
KEYWORD
nonn
AUTHOR
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 July 31 02:21 EDT 2024. Contains 374774 sequences. (Running on oeis4.)