A368539 Maximal sum of elements of A^2 where A is a square matrix of size n whose elements are a permutation of {1, 2, ..., n^2}.
1, 54, 761, 5284
Offset: 1
Examples
[1 3 4] For n = 3, the sum of the elements of A^2, where A = [2 6 8], is 761. [5 7 9]
Links
- Sela Fried and Toufik Mansour, On the maximal sum of the entries of a matrix power, arXiv:2308.00348 [math.CO], 2023.
- Hugo Pfoertner, Examples of solutions found by simulated annealing, for n=2-14. Jan 25, 2024.
Comments