Subcontests
(8)Find determinant of matrix obtained by two permuations
n≥2 is a given integer. For two permuations (α1,⋯,αn) and (β1,⋯,βn) of 1,⋯,n, consider n×n matrix A=(aij)1≤i,j≤n defined by aij=(1+αiβj)n−1. Find every possible value of det(A). Sequence of vector defined by exterior product
Given vector u=(31,31,31)∈R3 and recursively defined sequence of vectors {vn}n≥0
\mathbf{v}_0 = (1,2,3), \mathbf{v}_n = \mathbf{u}\times\mathbf{v}_{n-1}
Evaluate the value of infinite series ∑n=1∞(3,2,1)⋅v2n.