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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A000911 (2n+3)! /( n! * (n+1)! ). 2
6, 60, 420, 2520, 13860, 72072, 360360, 1750320, 8314020, 38798760, 178474296, 811246800, 3650610600, 16287339600, 72129646800, 317370445920, 1388495700900, 6044040109800, 26190840475800, 113034153632400 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

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

REFERENCES

E. R. Hansen, A Table of Series and Products, Prentice-Hall, Englewood Cliffs, NJ, 1975, p. 99.

FORMULA

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

MAPLE

seq(binomial(2*n, n)*binomial(n, (n-2)), n=2..21); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 10 2007

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

PROG

(PARI) a(n) = 2^(n+4)*polcoeff(pollegendre(n+4), n) (from R. Stephan)

CROSSREFS

Equals 2 * A051133(n+1). Cf. A001801.

Sequence in context: A006741 A120573 A028244 * A076100 A043033 A179711

Adjacent sequences:  A000908 A000909 A000910 * A000912 A000913 A000914

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 13:08 EST 2012. Contains 205623 sequences.