login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052510 Number of labeled planar binary trees with n elements (external nodes or internal nodes). 2
1, 6, 240, 25200, 5080320, 1676505600, 821966745600, 560992303872000, 508633022177280000, 591438478187741184000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 54

FORMULA

E.g.f.: (1/2)/x*(1-(1-4*x^2)^(1/2))

Recurrence: {a(1)=1, a(2)=0, (-4*n^3-12*n^2-8*n)*a(n)+(n+3)*a(n+2), a(3)=6}

a(n) = (2n-1)/n * ( (2(n-1))! / (n-1)! )^2 - Travis Kowalski (kowalski(AT)euclid.UCSD.Edu), Dec 15, 2000

I*sin(asec(2x)) = -1/2x + x + 6x^3/3! + 240x^5/5! + 25200x^7/7! +...

MAPLE

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

CROSSREFS

Equals 2^(n-1) * A036770(n). Cf. A101921.

Sequence in context: A172965 A002022 A065948 * A137892 A064382 A080358

Adjacent sequences:  A052507 A052508 A052509 * A052511 A052512 A052513

KEYWORD

easy,nonn

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 10:05 EST 2012. Contains 206009 sequences.