|
| |
|
|
A114496
|
|
Sum of binomial(n,k)*binomial(2n+k,k) over all k.
|
|
5
| |
|
|
1, 4, 26, 190, 1462, 11584, 93536, 765314, 6323270, 52638760, 440815036, 3709445084, 31340292076, 265683004240, 2258793820988, 19251776923210, 164440378882630, 1407266585304760, 12063701803046300, 103571977632247076
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| Modification of A001850 inspired by the Ap\'ery numbers A005259.
Contribution from Paul Barry (pbarry(AT)wit.ie), Feb 17 2009: (Start)
Central coefficient of (1+4x+5x^2+2x^3)^n. The coefficients are the 4th row of A029635.
The third row of A029635 corresponds to the central Delannoy numbers A001850. (End)
|
|
|
FORMULA
| Sum(binomial(n, k)*binomial(2n+k, k), k=0..n)
|
|
|
MATHEMATICA
| Sum[Binomial[n, k]*Binomial[2n+k, k], {k, 0, n}]
|
|
|
CROSSREFS
| Cf. A114497, A114498.
Cf.: A156886. [From Paul Barry (pbarry(AT)wit.ie), Feb 17 2009]
Sequence in context: A107649 A052763 A084211 * A127086 A198024 A192499
Adjacent sequences: A114493 A114494 A114495 * A114497 A114498 A114499
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Eric S Rowland (erowland(AT)math.rutgers.edu), Dec 01 2005
|
| |
|
|