MathDB
2023 Putnam B6

Source:

December 3, 2023
PutnamPutnam 2023

Problem Statement

Let nn be a positive integer. For ii and jj in {1,2,,n}\{1,2, \ldots, n\}, let s(i,j)s(i, j) be the number of pairs (a,b)(a, b) of nonnegative integers satisfying ai+bj=na i+b j=n. Let SS be the nn-by-n matrix whose (i,j)(i, j)-entry is s(i,j)s(i, j). For example, when n=5n=5, we have S=[6322230101210012000121112]S=\left[\begin{array}{lllll}6 & 3 & 2 & 2 & 2 \\ 3 & 0 & 1 & 0 & 1 \\ 2 & 1 & 0 & 0 & 1 \\ 2 & 0 & 0 & 0 & 1 \\ 2 & 1 & 1 & 1 & 2\end{array}\right]. Compute the determinant of SS.