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

A285198
Binomial coefficients C(9,n).
1
1, 9, 36, 84, 126, 126, 84, 36, 9, 1
OFFSET
0,2
COMMENTS
Row 9 of A007318.
MAPLE
[seq(binomial(9, n), n=0..10)];
MATHEMATICA
Table[Binomial[9, n], {n, 0, 10}] (* Harvey P. Dale, Nov 11 2022 *)
CROSSREFS
KEYWORD
nonn,fini,full,easy
AUTHOR
N. J. A. Sloane, May 02 2017
STATUS
approved