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!)
A014267 Number of rooted trees on n nodes with forbidden limbs. 1
0, 1, 1, 2, 4, 9, 20, 47, 112, 279, 701, 1794, 4636, 12130, 31987, 85062, 227673, 613126, 1659712, 4514249, 12329670, 33804673, 93001852, 256667215, 710381240, 1971312184, 5483656721, 15288227949, 42711458197, 119555284629, 335253287132 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
T. Lu, The enumeration of trees with and without given limbs, Discr. Math., 154 (1996), 153-165, Example 3.
FORMULA
G.f. (x-x^7-x^8+x^13)/[Product_{p>=1} (1-x^p)^a(p)], 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)^b[[p+1]], {p, 1, n-1}], {x, 0, n}], {n, 2, nmax}]; b (* Vaclav Kotesovec, Feb 28 2016 *)
CROSSREFS
Sequence in context: A036619 A036620 A036721 * A089405 A091500 A370718
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 April 17 20:17 EDT 2024. Contains 371767 sequences. (Running on oeis4.)