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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A085614 Elementary arches of size n. 1
1, 3, 16, 105, 768, 6006, 49152, 415701, 3604480, 31870410, 286261248, 2604681690, 23957864448, 222399744300, 2080911654912, 19604537460045, 185813170126848, 1770558814528770, 16951376923852800, 162984598242674670 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

G.f. is series reversion of x-3x^2+2x^3.

LINKS

F. Cazals, Combinatorics of Non-Crossing Configurations, Studies in Automatic Combinatorics, Volume II (1997).

FORMULA

a(n) = 2^n(3n)!!/((n+1)! n!!) - Maxim Krikun (krikun(AT)iecn.u-nancy.fr), May 25 2007

MAPLE

with(combstruct); ar := {EA = Union(Sequence(EA, card >= 2), Prod(Z, Sequence(EA), Sequence(EA))), C=Union(Z, Prod(Z, Z, Sequence(EA), Sequence(EA), Sequence(Union(Sequence(EA, card>=1), Prod(Z, Sequence(EA), Sequence(EA))))))}; seq(count([EA, ar], size=i), i=1..20);

PROG

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

CROSSREFS

Sequence in context: A105622 A110903 A206351 * A014304 A063548 A157452

Adjacent sequences:  A085611 A085612 A085613 * A085615 A085616 A085617

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jul 10 2003

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 09:30 EST 2012. Contains 206009 sequences.