Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A052524
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A052524 Number of ordered labeled rooted trees on n nodes with non-leaf nodes having more than two children. +0
3
0, 1, 0, 6, 24, 480, 5760, 126000, 2580480, 69310080, 1959552000, 64505548800, 2292022656000, 90366525849600, 3843167789260800, 177248722210560000, 8758468152225792000, 463225965106544640000, 26058454876652470272000 (list; graph; listen)
OFFSET

0,4

COMMENT

The correspondence between rooted trees and dissection of (n+1)-gon as in A046736 is just like the case for Catalan numbers and binary trees.

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 94

FORMULA

E.g.f.: A(x)=sum_{n>0} a(n)x^n/n! satisfies A(x)-A(x)^2-A(x)^3 = x*(1-A(x)).

Recurrence: a(0)=0, a(1)=1, a(2)=0, a(3)=6, 8*n*(n+1)*(n+2)*(1-2*n)*a(n)+6*(13*n+10)*(2*n+1)*(n+2)*a(n+1)-24*(2*n+5)*(4*n+7)*a(n+2)-4*(19*n+40)*a(n+3)+35*a(n+4)=0

MAPLE

spec := [S, {S=Union(Z, Sequence(S, card >= 3))}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);

PROGRAM

(PARI) a(n)=if(n<1, 0, n!*polcoeff(serreverse((x-x^2-x^3)/(1-x)+O(x^(n+2))), n))

CROSSREFS

a(n)=n!*A046736(n+1) for n>0.

Sequence in context: A152886 A128614 A139240 this_sequence A036284 A139235 A136606

Adjacent sequences: A052521 A052522 A052523 this_sequence A052525 A052526 A052527

KEYWORD

easy,nonn

AUTHOR

encyclopedia(AT)pommard.inria.fr, Jan 25 2000

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research