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!)
A029609 Central numbers in the (2,3)-Pascal triangle A029600. 5
1, 5, 15, 50, 175, 630, 2310, 8580, 32175, 121550, 461890, 1763580, 6760390, 26001500, 100291500, 387793800, 1502700975, 5834015550, 22687838250, 88363159500, 344616322050, 1345644686100, 5260247409300, 20583576819000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For n > 0 also central terms of (1,4)-Pascal triangle A095666. [Reinhard Zumkeller, Apr 08 2012]
LINKS
FORMULA
From Peter Bala, Aug 16 2011: (Start)
a(n) = 5/2*binomial(2*n,n) for n >= 1.
O.g.f.: -3/2+5/2*1/sqrt(1-4*x) = 1+5*x+15*x^2+50*x^3+... = 1+5*x*d/dx(log(C(x))), where C(x) is the o.g.f. for the Catalan numbers A000108. (End)
PROG
(Haskell)
a029609 n = a029600 (2*n) n -- Reinhard Zumkeller, Apr 08 2012
CROSSREFS
Sequence in context: A344204 A034539 A340395 * A014274 A363510 A120825
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from James A. Sellers
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)