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]
A358568
a(n) is the maximal determinant of an n X n Toeplitz matrix using the integers 0 to 2*(n - 1).
Original entry on oeis.org
1, 0, 4, 74, 1781, 58180, 2579770, 152337045
Offset: 0
a(2) = 4:
[2, 0;
1, 2]
a(3) = 74:
[4, 0, 2;
3, 4, 0;
1, 3, 4]
Showing 1-3 of 3 results.
Comments