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!)
A132788 a(n) = 2*binomial(2*n,n)/(n+1) - n. 2
1, 2, 7, 24, 79, 258, 851, 2852, 9715, 33582, 117561, 416012, 1485787, 5348866, 19389675, 70715324, 259289563, 955277382, 3534526361, 13128240820, 48932534019, 182965127258, 686119227277, 2579808294624, 9723892802879, 36734706144278, 139067101831981 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 2*A000108(n) - n. - Andrew Howroyd, Aug 10 2018
EXAMPLE
a(4) = 24 = sum of row 4 terms of triangle A132787: (1 + 11 + 11 + 1).
PROG
(PARI) a(n) = 2*binomial(2*n, n)/(n+1) - n; \\ Andrew Howroyd, Aug 10 2018
CROSSREFS
Row sums of A132787.
Cf. A000108 (Catalan numbers).
Sequence in context: A129020 A024024 A027122 * A109682 A215694 A027124
KEYWORD
nonn
AUTHOR
Gary W. Adamson, Aug 30 2007
EXTENSIONS
Name changed, a(8) corrected and a(11)-a(27) from Andrew Howroyd, Aug 10 2018
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 24 19:59 EDT 2024. Contains 371963 sequences. (Running on oeis4.)