Pascal's triangle is the quiet engine behind a surprising amount of mathematics. Each entry is the sum of the two entries above it, and that one rule produces the coefficients of every binomial expansion, the combination counts C(n, k), the powers of two, the Fibonacci numbers hiding in the shallow diagonals, and even the number of paths through a grid. Draw a few rows by hand and you will mistype; draw 15 rows and you will lose an afternoon.
Draw Pascal's Triangle prints it for you — any number of rows up to 30, in a properly centred pyramid layout, with every coefficient computed using exact BigInt arithmetic. Each row's sum (always a power of two) is shown, along with the central coefficient, and the output can be copied or downloaded for worksheets, slides and homework. Whether you need (x + y)⁶ expanded, C(20, 3) checked, or a beautiful pattern to explore, the answer is one click away.