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”).

A024747
Binomial coefficients: C(n,k), 3 <= k <= n-3, sorted.
0
20, 35, 35, 56, 56, 70, 84, 84, 120, 120, 126, 126, 165, 165, 210, 210, 220, 220, 252, 286, 286, 330, 330, 364, 364, 455, 455, 462, 462, 495, 495, 560, 560, 680, 680, 715, 715, 792, 792, 816, 816, 924, 969, 969, 1001, 1001, 1140, 1140, 1287, 1287, 1330, 1330, 1365
OFFSET
1,1
MATHEMATICA
Sort[Flatten[Table[Binomial[n, k], {n, 25}, {k, 3, n-3}]]] (* Harvey P. Dale, Jan 23 2012 *)
CROSSREFS
Sequence in context: A003895 A157426 A325603 * A328051 A081962 A024755
KEYWORD
nonn
STATUS
approved