In the frame shown, the middle entry is 4 × 6 = 24, so p is the row number and q is the column number of the centre. The row above is p – 1 and the row below is p + 1; the column to the left is q – 1 and to the right is q + 1.
| column q – 1 | column q | column q + 1 | |
|---|---|---|---|
| row p – 1 | (p – 1)(q – 1) | (p – 1) q | (p – 1)(q + 1) |
| row p | p (q – 1) | pq | p (q + 1) |
| row p + 1 | (p + 1)(q – 1) | (p + 1) q | (p + 1)(q + 1) |
Check against the printed frame, where p = 4 and q = 6:
| 3 × 5 = 15 | 3 × 6 = 18 | 3 × 7 = 21 |
| 4 × 5 = 20 | 4 × 6 = 24 | 4 × 7 = 28 |
| 5 × 5 = 25 | 5 × 6 = 30 | 5 × 7 = 35 |