A358570 a(n) is the maximal permanent of an n X n Toeplitz matrix using the integers 0 to 2*(n - 1).
1, 0, 4, 121, 6109, 494610, 58369622
Offset: 0
Examples
a(2) = 4: [2, 0; 1, 2] a(3) = 121: [4, 2, 1; 3, 4, 2; 0, 3, 4]
Links
- Lucas A. Brown, Sage program.
- Wikipedia, Toeplitz Matrix
Crossrefs
Extensions
a(5)-a(6) from Lucas A. Brown, Dec 03 2022
Comments