WLJS LogoWLJS Notebook

PascalBinomial

PascalBinomial[n, m] gives the binomial coefficient C(n, m) that preserves Pascal's identity.

Examples

PascalBinomial[5, 2]
Table[PascalBinomial[n, k], {n, 0, 5}, {k, 0, n}]

Please visit the official Wolfram Language Reference for more details.

On this page