Consider a random number pyramide (see e.g. http://www.puzzle-magazine.com/numbertower.jpg).
Assume that the numbers in the bottom line are equidistantly distributed. Let $s$ denote the left-most number in the bottom line and let $d$ denote the distance between the numbers in the bottom line.
By experiment I have then found that the number $N$ in the $m^{\text{th}}$ box (counted from left) in the $n^{\text{th}}$ row (counted from the bottom) is given by
\begin{equation} N(m,n) = (2s + d(2m + n - 3)) \cdot 2^{n - 2}. \end{equation}
How do I prove that this is correct (if it indeed is correct)?