cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A306794 Number of distinct real eigenvalues of n X n matrices with elements {-1, 1}.

Original entry on oeis.org

2, 5, 15, 119, 2297, 145213
Offset: 1

Views

Author

Steven E. Thornton, Mar 10 2019

Keywords

Crossrefs

Number of distinct eigenvalues is in A306791.
Number of characteristic polynomials is in A272662.
Number of minimal polynomials is in A306782.

A306819 Number of nilpotent n X n matrices with elements {-1, 1}.

Original entry on oeis.org

0, 4, 0, 2064, 0, 100172800
Offset: 1

Views

Author

Steven E. Thornton, Mar 11 2019

Keywords

Crossrefs

Number of characteristic polynomials is in A272662.
Number of distinct eigenvalues is in A306791.

A364886 Number of n X n (-1, 1)-matrices which have only eigenvalues with strictly negative real part (which implies that the matrix has all nonzero eigenvalues).

Original entry on oeis.org

1, 2, 20, 640, 97824, 47545088
Offset: 1

Views

Author

Thomas Scheuerle, Aug 12 2023

Keywords

Comments

As this problem is symmetric with sign we can get the same numbers for strictly positive real parts.
All values for n > 1 are even, because a transposed matrix has the same spectrum of eigenvalues.
Matrices with determinant 0 are not counted.
Let M be such a matrix then the limit of ||exp(t*M)*y|| if t goes to infinity will be zero.
n = 5 is the first case where not all entries on the main diagonal are -1. 93984 matrices with 5 times -1 on the main diagonal and 5*768 with 4 times -1 on the main diagonal have only eigenvalues with strictly negative real part.
In the case n = 6, 43586048 matrices with 6 times -1 on the main diagonal, 6*656000 matrices with 5 times -1 on the main diagonal and 15*1536 matrices with 5 times -1 on the main diagonal have only eigenvalues with strictly negative real part.

Examples

			For n = 2 the matrices are:
.
    -1,  1
    -1, -1
.
    -1, -1
     1, -1.
		

Crossrefs

Showing 1-3 of 3 results.