The Rascal TriangleYou are to fill the next row in the triangular array:
You would not be alone to thinnk that the correct answer is, or rather was expected to be, the next row of the Pascal triangle, viz., 1 4 6 4 1 After all, the question was included in an I.Q. test. However, the three authors of an article in the latest College Mathematics Journal, not only observed that the problem, as stated, could be satisfied by any 5-tuple of integers, but found in some sense a natural answer radically different from the expected. Probably grudgingly, the authors allowed for extremal 1s, like in the Pascal triangle, but to compute other entries they devised an entirely different procedure. Here is a part of the configuration of four numbers in the number triangle that form a rhombus:
In the Pascal triangle the number denoted South is calculated as South = (West × East + 1) / North. which, for the problem at hand, produced a different row: 1 4 5 4 1 They also found the next row according to their prescription: 1 5 7 7 5 1 and the next 1 6 9 10 9 6 1 Wonderfully, even though the division was involved on every step, the rows come out to consist of integers.
To prove that this is always so, introduce a system of coordinates (m, n) in the triangle, where m designates the mth NE-SW diagonal (starting with 0), while n designates the nth term (again starting with 0) on the diagonal. So the first, i.e., the 0th diagonal consists of 1s:
0: 1 1 1 1 1 1 ... The pattern is rather obvious: the mth diagonal goes 1, m+1, 2m+1, ..., nm+1. In our coordinate system the term with coordinates m and n is simply
It follows that the formula South = (West × East + 1) / North leads to South = (m + 1)(n + 1) + 1, which, as expected, corresponds to the pair The entries in the triangle, if listed sequencially, appear in the Encyclopedia of Integer Sequences. The algorithm is the same as used by J. Conway and R. Guy to generate numeric Frieze patterns.
References
|Contact| |Front page| |Contents| |Algebra| |Store| Copyright © 1996-2012 Alexander Bogomolny |
| 41162500 |

