login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A358809
a(n) is the maximal permanent of an n X n symmetric matrix using all the integers from 0 to n*(n + 1)/2 - 1.
4
1, 0, 4, 186, 21823, 4569098, 1713573909
OFFSET
0,3
EXAMPLE
a(2) = 4:
[0, 2;
2, 1]
a(3) = 186:
[0, 4, 5;
4, 2, 3;
5, 3, 1]
CROSSREFS
Cf. A358806 (minimal determinant), A358807 (maximal determinant), A358808 (minimal).
Sequence in context: A357023 A102194 A102191 * A266492 A285882 A208184
KEYWORD
nonn,hard,more
AUTHOR
Stefano Spezia, Dec 02 2022
EXTENSIONS
a(5)-a(6) from Hugo Pfoertner, Dec 07 2022
STATUS
approved