The current Futility Closet has this statement: "The product of the six numbers surrounding any interior number in Pascal’s triangle is a perfect square."
Here is the link with a nice illustration: http://www.futilitycloset.com/2016/07/14/a-square-triangle/
Here is the proof I found:
At $c(n, m)$, the neighbors are $(n-1, m-1), (n-1, m), (n, m-1), (n, m+1), (n+1, m), (n+1, m+1) $.
The product is
$\begin{array}\\ p(n, m) &=c(n-1, m-1)c(n-1, m) c(n, m-1)c(n, m+1) c(n+1, m)c(n+1, m+1)\\ &=\frac{(n-1)!^2n!^2(n+1)!^2}{(m-1)!(n-m)!m!(n-1-m)!(m-1)!(n-m+1)!(m+1)!(n-m-1)!m!(n-m+1)!(m+1)!(n-m)!}\\ &=\frac{(n-1)!^2n!^2(n+1)!^2}{(m-1)!^2(n-m)!^2m!^2(n-1-m)!^2(n-m+1)!^2(m+1)!^2}\\ &=\left(\frac{(n-1)!n!(n+1)!}{(m-1)!m!(m+1)!(n-1-m)!(n-m)!(n-m+1)!}\right)^2\\ \end{array} $
I have two questions:
(1) Since the result is so nice, it seems to me that there should be a simpler, more intuitive proof. Is there?
(2) These are the product of the binomial coefficients adjacent to $(n, m)$, or at distance 1. What about the coefficients and distance 2, or, more generally, k. How would we state the product of such coefficients and what properties would it have (e.g., would it be a k-th power)?
Ad. (2): A generalisation of this property can be found in Generalized hidden hexagon squares by A.K.Gupta.