How can i find all of the numbers in a certain row of pascals triangle, for this example lets say the 11th row, without having to draw out the entire triangle?
Each number in Pascal’s Triangle is one of the [Binomial Coefficients](https://en.wikipedia.org/wiki/Binomial_coefficient). You can see there’s a formula for calculating each value. Also if you calculate a value, it’s very easy to calculate the next one.
Latest Answers