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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100299 Number of dissections of a convex n-gon by nonintersecting diagonals into an even number of regions. 1
0, 2, 5, 23, 98, 452, 2139, 10397, 51524, 259430, 1323361, 6824435, 35519686, 186346760, 984400759, 5231789177, 27954506504, 150079713482, 809181079293, 4379654830223, 23787413800490, 129607968854732, 708230837732435 (list; graph; refs; listen; history; internal format)
OFFSET

3,2

REFERENCES

P. Flajolet and M. Noy, Analytic combinatorics of non-crossing configurations, Discrete Math., 204, 1999, 203-229.

FORMULA

a(n)=sum(binom(n-3, 2k-1)*binom(n+2k-2, 2k-1)/(2k), k=1..floor((n-2)/2)). G.f.=(1/2)z^2/(1+z)+z/8-7z^2/8-(1/8)z*sqrt(1-6*z+z^2).

EXAMPLE

a(5)=5 because for a convex pentagon ABCDE we obtain dissections with an even number of regions by one of the following sets of diagonals: {AC}, {BD}, {CE}, {DA} and {EB}.

MAPLE

a:=n->sum(binomial(n-3, 2*k-1)*binomial(n+2*k-2, 2*k-1)/2/k, k=1..floor((n-2)/2)): seq(a(n), n=3..33);

CROSSREFS

Cf. A100300.

Sequence in context: A023186 A023188 A106858 * A038833 A003501 A006990

Adjacent sequences:  A100296 A100297 A100298 * A100300 A100301 A100302

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 12 2004

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 16 20:23 EST 2012. Contains 205962 sequences.