Pascal's Triangle Calculator

Calculate the value of a term in Pascal's triangle. The formula C(a, b) = a!/(b!(a - b)!), where a and b are non-negative integers, ab, and ! denotes the factorial, gives the value of row a, column b of Pascal's triangle. Rows and columns are zero-indexed: the top row is represented by a = 0 (and contains only a single value, C(0, 0) = 1) and the leftmost column, which is also entirely composed of 1s, is represented by b = 0. Values supported by this calculator are 0 ≤ ba ≤ 99999.

C(, )
Or calculate entire rows of Pascal's triangle (rows 0-99 allowed):
Calculate rows through

Properties of Pascal's Triangle