👉 Pascal's triangle is a triangular array of binomial coefficients that starts with 1 at the top and then recursively builds up to any positive integer. Each line (or row) represents the sum of all numbers from 0 to the row number minus 1, inclusive. It is named after the French mathematician Blaise Pascal who first described it in 1654.