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!)
A128322 Column 1 of triangle A128320; a(n) = A128321(n) + 2n*A128321(n-1), where A128321 is column 0 of triangle A128320. 4
1, 3, 8, 41, 234, 1602, 11976, 98541, 866942, 8139602, 80559456, 837863578, 9098447188, 102867879636, 1206145137840, 14632952210685, 183197674060470, 2362463132266770, 31320354882679440, 426245968192108590 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..[(n+1)/2]} A000108(n-k)*A000108(k)*(k+1)!*C(n+1,2k) where A000108 is the Catalan numbers. a(n) = Sum_{k=0..[(n+1)/2]} C(2(n-k),n-k)/(n-k+1)*C(2k,k)/(k+1)*(k+1)!*C(n+1,2k).
PROG
(PARI) {a(n)=sum(k=0, (n+1)\2, binomial(2*n-2*k, n-k)/(n-k+1)*binomial(2*k, k)/(k+1) *(k+1)!*binomial(n+1, 2*k))}
CROSSREFS
Cf. A128320 (triangle), A128321 (column 0), A128323 (column 2), A128324 (row sums); variant: A115082.
Sequence in context: A168468 A330527 A224246 * A337758 A038048 A051763
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 25 2007
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 June 11 03:59 EDT 2024. Contains 373288 sequences. (Running on oeis4.)