The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A051789 a(n) = C(n)*(C(n)-1)/2, where C(n) are the Catalan numbers (A000108). 2
0, 0, 1, 10, 91, 861, 8646, 91806, 1021735, 11817091, 141044410, 1727867505, 21634392066, 275949833550, 3576313319580, 46995004939590, 625082396235615, 8403885722249655, 114069363630025650, 1561609590480856455, 21543838440848427990, 299299110934736706690 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = binomial(binomial(2*n,n)/(n+1),2). - Zerinvary Lajos, May 29 2006
Sum_{n>=0} a(n)/16^n = 8/Pi + 2*sqrt(3) - 6. - Amiram Eldar, Jul 10 2023
MAPLE
[seq (binomial(binomial(2*n, n)/(n+1), 2), n=0..24)]; # Zerinvary Lajos, May 29 2006
MATHEMATICA
(#(#-1))/2&/@CatalanNumber[Range[0, 20]] (* Harvey P. Dale, Aug 08 2014 *)
PROG
(Magma) [Catalan(n)*(Catalan(n)-1)/2: n in [0..20]] // Vincenzo Librandi, Aug 09 2014
CROSSREFS
Cf. A000108.
Sequence in context: A096261 A015455 A110410 * A343354 A338678 A347260
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 May 21 16:27 EDT 2024. Contains 372738 sequences. (Running on oeis4.)