login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A358569 a(n) is the minimal permanent of an n X n Toeplitz matrix using the integers 0 to 2*(n - 1). 8
1, 0, 1, 16, 451, 17376, 1022546 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Also minimal permanent of an n X n Hankel matrix using the integers 0 to 2*(n - 1). - Stefano Spezia, Dec 22 2023
LINKS
Lucas A. Brown, Sage program.
Wikipedia, Toeplitz Matrix
EXAMPLE
a(2) = 1:
[1, 0;
2, 1]
a(3) = 16:
[0, 1, 3;
2, 0, 1;
4, 2, 0]
CROSSREFS
Cf. A350937 (integers from 1 to 2*n - 1), A358567 (minimal determinant), A358568 (maximal determinant), A358570 (maximal).
Sequence in context: A229583 A241077 A318937 * A368772 A253446 A159646
KEYWORD
nonn,hard,more
AUTHOR
Stefano Spezia, Nov 22 2022
EXTENSIONS
a(5)-a(6) from Lucas A. Brown, Dec 03 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)