|
Search: id:A003162
|
|
|
| A003162 |
|
A binomial coefficient summation. (Formerly M2597)
|
|
+0 2
|
|
| 1, 1, 1, 3, 6, 19, 49, 163, 472, 1626, 5034, 17769, 57474, 206487, 688881, 2508195, 8563020, 31504240, 109492960, 406214878, 1432030036, 5349255726, 19077934506, 71672186953, 258095737156, 974311431094, 3537275250214, 13408623649893
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Problem E2384, Amer. Math. Monthly, 81 (1974), 170-171.
|
|
PROGRAM
|
(PARI) a(n)=if(n<0, 0, sum(k=0, n\2, (binomial(n, k)-binomial(n, k-1))^3)/binomial(n, n\2)) /* Michael Somos Jun 02 2005 */
|
|
CROSSREFS
|
Cf. A003161.
Sequence in context: A148566 A148567 A148568 this_sequence A129417 A132335 A148569
Adjacent sequences: A003159 A003160 A003161 this_sequence A003163 A003164 A003165
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.003 seconds
|