|
Search: id:A096131
|
|
|
| A096131 |
|
Sum of the terms of the n-th row of triangle pertaining to A096130. |
|
+0 3
|
|
| 1, 7, 105, 2386, 71890, 2695652, 120907185, 6312179764, 375971507406, 25160695768715, 1869031937691061, 152603843369288819, 13584174777196666630, 1309317592648179024666, 135850890740575408906465
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
The product of the terms of the n-th row is given by A034841.
a(n) = Sum(binomial(k*n,n): 1<=k<=n). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jan 09 2005
|
|
FORMULA
|
a(n) = Sum(Prod(i: n*(j-1)<=i<=n*j): 1<=j<=n) / n!. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jan 09 2005
|
|
MAPLE
|
A096130 := proc(n, k) binomial(k*n, n) ; end: A096131 := proc(n) local k; add( A096130(n, k), k=1..n) ; end: for n from 1 to 18 do printf("%d, ", A096131(n)) ; od ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 30 2007
seq(add((binomial(n*k, n)), k=0..n), n=1..15); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Sep 16 2007
|
|
CROSSREFS
|
Cf. A014062, A096130, A034841, A007318.
Sequence in context: A131869 A132867 A145666 this_sequence A049210 A002486 A145167
Adjacent sequences: A096128 A096129 A096130 this_sequence A096132 A096133 A096134
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 04 2004
|
|
EXTENSIONS
|
More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 30 2007
Edited by N. J. A. Sloane (njas(AT)research.att.com), Sep 06 2008 at the suggestion of R. J. Mathar
|
|
|
Search completed in 0.002 seconds
|