A285198 Binomial coefficients C(9,n).
1, 9, 36, 84, 126, 126, 84, 36, 9, 1
Offset: 0
Programs
-
Maple
[seq(binomial(9,n), n=0..10)];
-
Mathematica
Table[Binomial[9,n],{n,0,10}] (* Harvey P. Dale, Nov 11 2022 *)
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
[seq(binomial(9,n), n=0..10)];
Table[Binomial[9,n],{n,0,10}] (* Harvey P. Dale, Nov 11 2022 *)
Comments