login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A024757
Binomial coefficients: C(n,k), 5 <= k <= n-5, sorted, duplicates removed.
0
252, 462, 792, 924, 1287, 1716, 2002, 3003, 3432, 4368, 5005, 6188, 6435, 8008, 8568, 11440, 11628, 12376, 12870, 15504, 18564, 19448, 20349, 24310, 26334, 27132, 31824, 33649, 38760, 42504, 43758, 48620, 50388, 53130, 54264, 65780, 74613, 75582, 77520
OFFSET
1,1
MATHEMATICA
Union[Flatten[Table[Binomial[n, k], {n, 5, 30}, {k, 5, n-5}]]] (* Harvey P. Dale, Dec 08 2011 *)
CROSSREFS
Sequence in context: A062904 A032800 A024749 * A254467 A242570 A046379
KEYWORD
nonn
STATUS
approved