A358569
a(n) is the minimal permanent of an n X n Toeplitz matrix using the integers 0 to 2*(n - 1).
Original entry on oeis.org
1, 0, 1, 16, 451, 17376, 1022546
Offset: 0
a(2) = 1:
[1, 0;
2, 1]
a(3) = 16:
[0, 1, 3;
2, 0, 1;
4, 2, 0]
A358570
a(n) is the maximal permanent of an n X n Toeplitz matrix using the integers 0 to 2*(n - 1).
Original entry on oeis.org
1, 0, 4, 121, 6109, 494610, 58369622
Offset: 0
a(2) = 4:
[2, 0;
1, 2]
a(3) = 121:
[4, 2, 1;
3, 4, 2;
0, 3, 4]
A358567
a(n) is the minimal determinant of an n X n Toeplitz matrix using the integers 0 to 2*(n - 1).
Original entry on oeis.org
1, 0, -2, -31, -1297, -39837, -2256911, -99518694
Offset: 0
a(2) = -2:
[0, 1;
2, 0]
a(3) = -31:
[2, 3, 0;
4, 2, 3;
1, 4, 2]
Showing 1-3 of 3 results.
Comments