login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051790 a(n) = C(n)*(C(n)-1)*(C(n)-2)/6, where C(n) are the Catalan numbers (A000108). 1
0, 0, 0, 10, 364, 11480, 374660, 13067054, 486345860, 19143687420, 789566607180, 33856987804640, 1500056631216220, 68334193148209300, 3188209413930298680, 151869731557849844790, 7367151946247774981940, 363173327612427801849380 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = binomial(binomial(2*n, n)/(n+1), 3). - Zerinvary Lajos, May 29 2006
MAPLE
[seq (binomial(binomial(2*n, n)/(n+1), 3), n=0..24)]; # Zerinvary Lajos, May 29 2006
MATHEMATICA
(#(#-1)(#-2))/6&/@CatalanNumber[Range[0, 20]] (* Harvey P. Dale, Oct 12 2014 *)
CROSSREFS
Cf. A000108.
Sequence in context: A247335 A112694 A079914 * A220638 A119547 A117797
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 10 1999
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)