login

Revision History for A124500

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Number of 1-2-3-4-5 trees with n edges and with thinning limbs. A 1-2-3-4-5 tree is an ordered tree with vertices of outdegree at most 5. A rooted tree with thinning limbs is such that if a node has k children, all its children have at most k children.
(history; published version)
#6 by Joerg Arndt at Sun Oct 06 13:58:42 EDT 2013
STATUS

editing

approved

#5 by Joerg Arndt at Sun Oct 06 13:58:39 EDT 2013
PROG

(PARI) {a(n)=local(k=5, M=1+x*O(x^n)); for(i=1, k, M=M*sum(j=0, n, binomial(i*j, j)/((i-1)*j+1)*(x^i*M^(i-1))^j)); polcoeff(M, n)} (_\\ _Paul D. Hanna_)

STATUS

proposed

editing

#4 by Jon E. Schoenfield at Sun Oct 06 13:45:20 EDT 2013
STATUS

editing

proposed

#3 by Jon E. Schoenfield at Sun Oct 06 13:45:18 EDT 2013
PROG

(PARI) {a(n)=local(k=5, M=1+x*O(x^n)); for(i=1, k, M=M*sum(j=0, n, binomial(i*j, j)/((i-1)*j+1)*(x^i*M^(i-1))^j)); polcoeff(M, n)} (_Paul D. Hanna_)

AUTHOR

_Emeric Deutsch _ and _Louis Shapiro (deutsch(AT)duke.poly.edu, lshapiro(AT)Howard.edu), _, Nov 06 2006

STATUS

approved

editing

#2 by N. J. A. Sloane at Sat Nov 10 03:00:00 EST 2007
PROG

(PARI) {a(n)=local(k=5, M=1+x*O(x^n)); for(i=1, k, M=M*sum(j=0, n, binomial(i*j, j)/((i-1)*j+1)*(x^i*M^(i-1))^j)); polcoeff(M, n)} (Paul D . Hanna)

KEYWORD

nonn,new

nonn

#1 by N. J. A. Sloane at Wed Dec 06 03:00:00 EST 2006
NAME

Number of 1-2-3-4-5 trees with n edges and with thinning limbs. A 1-2-3-4-5 tree is an ordered tree with vertices of outdegree at most 5. A rooted tree with thinning limbs is such that if a node has k children, all its children have at most k children.

DATA

1, 1, 2, 4, 10, 25, 67, 180, 495, 1375, 3871, 10993, 31493, 90843, 263686, 769466, 2256135, 6643082, 19634705, 58232350, 173242381, 516860717, 1546035258, 4635543843, 13929569399, 41943013047, 126532961332, 382396277940

OFFSET

0,3

COMMENTS

The sequences corresponding to k=2 (A090344), k=3 (A124497), k=4 (A124499), k=5 (this A124500), etc. approach sequence A124344, corresponding to ordered trees with thinning limbs.

FORMULA

In general, if M[k](z) is the g.f. of the 1-2-...-k trees with thinning limbs and C[k](z)=1+z*{C[k](z)}^k is the g.f. of the k-ary trees, then M[k](z)=M[k-1](z)*C[k](M[k-1]^(k-1)*z^k), M[1](z)=1/(1-z).

PROG

(PARI) {a(n)=local(k=5, M=1+x*O(x^n)); for(i=1, k, M=M*sum(j=0, n, binomial(i*j, j)/((i-1)*j+1)*(x^i*M^(i-1))^j)); polcoeff(M, n)} (Paul D Hanna)

CROSSREFS
KEYWORD

nonn

AUTHOR

Emeric Deutsch and Louis Shapiro (deutsch(AT)duke.poly.edu, lshapiro(AT)Howard.edu), Nov 06 2006

STATUS

approved