MathDB
Putnam 1986 A4

Source:

August 5, 2019
Putnam

Problem Statement

A transversal of an n×nn\times n matrix AA consists of nn entries of AA, no two in the same row or column. Let f(n)f(n) be the number of n×nn \times n matrices AA satisfying the following two conditions:
(a) Each entry αi,j\alpha_{i,j} of AA is in the set {1,0,1}\{-1,0,1\}. (b) The sum of the nn entries of a transversal is the same for all transversals of AA.
An example of such a matrix AA is A=(101010010). A = \left( \begin{array}{ccc} -1 & 0 & -1 \\ 0 & 1 & 0 \\ 0 & 1 & 0 \end{array} \right). Determine with proof a formula for f(n)f(n) of the form f(n)=a1b1n+a2b2n+a3b3n+a4, f(n) = a_1 b_1^n + a_2 b_2^n + a_3 b_3^n + a_4, where the aia_i's and bib_i's are rational numbers.