The ellipse hidden inside Pascal’s triangle
The Endeavour 2025-05-31
Summary:
The nth row of Pascal’s triangle contains the binomial coefficients C(n, r) for r ranging from 0 to n. For large n, if you print out the numbers in the nth row vertically in binary you can see a circular an arc. Here’s an example with n = 50. You don’t have to use binary. Here’s are the numbers in the […]
The post The ellipse hidden inside Pascal’s triangle first appeared on John D. Cook.