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!)
A374618 a(n) is the number of distinct values of the determinant of an n X n symmetric Toeplitz matrix having 0 on the main diagonal and all the integers 1, 2, ..., n-1 off-diagonal. 4

%I #7 Jul 15 2024 10:20:11

%S 1,1,1,2,6,22,111,695,4920,39881,360242

%N a(n) is the number of distinct values of the determinant of an n X n symmetric Toeplitz matrix having 0 on the main diagonal and all the integers 1, 2, ..., n-1 off-diagonal.

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Toeplitz_matrix">Toeplitz Matrix</a>.

%F a(n) <= (n-1)! for n > 0.

%t a[n_]:=CountDistinct[Table[Det[ToeplitzMatrix[Join[{0},Part[Permutations[Range[n-1]], i]]]], {i, (n -1)!}]]; Join[{1}, Array[a, 10]]

%Y Cf. A000142, A369834.

%Y Cf. A374279, A374280, A374281, A374282.

%Y Cf. A374617, A374619, A374620, A374621.

%K nonn,hard,more,new

%O 0,4

%A _Stefano Spezia_, Jul 14 2024

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 July 22 15:25 EDT 2024. Contains 374514 sequences. (Running on oeis4.)