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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051133 C(2n,n)*n*(2n+1)/2. 4
0, 3, 30, 210, 1260, 6930, 36036, 180180, 875160, 4157010, 19399380, 89237148, 405623400, 1825305300, 8143669800, 36064823400, 158685222960, 694247850450, 3022020054900, 13095420237900, 56517076816200, 243023430309660, 1041528987041400 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n)=(1/2)*A000984(n+1)*A000217(n). - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 05 2007

a(n)=3*A002802(n-1) - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 02 2007

MAPLE

seq(binomial(2*n, n)*binomial(n, (n-2))/2, n=1..23); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 05 2007

with(combinat):a:=n->sum(sum(numbcomp(2*n, n)/2, j=2..n), k=1..n): seq(a(n), n=1..23); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 27 2007

CROSSREFS

Equals 1/2 * A000911(n-1).

Sequence in context: A121100 A203366 A130546 * A043030 A178015 A120689

Adjacent sequences:  A051130 A051131 A051132 * A051134 A051135 A051136

KEYWORD

nonn,easy

AUTHOR

Wouter L. J. Meeussen, wouter.meeussen(AT)pandora.be

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 14 11:17 EST 2012. Contains 205623 sequences.