binomial

binomial(n,i) -- returns the binomial coefficient, the coefficient of x^i in (1+x)^i.

     i1 = binomial(13,6)
     
     o1 = 1716
     

Go to main index.

Go to concepts index.