Pascal's Triangle Generator

Generate a row of Pascal's Triangle.

1, 10, 45, 120, 210, 252, 210, 120, 45, 10, 1

Formula

Each entry is the sum of the two entries above it; row n gives the binomial coefficients C(n, k).

Frequently Asked Questions

What is the Pascal's Triangle Row 10?

1, 10, 45, 120, 210, 252, 210, 120, 45, 10, 1.