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!)
A366551 Number of distinct characteristic polynomials for 3 X 3 matrices with entries from {0, 1, ..., n}. 3
1, 32, 513, 4407, 21393, 86620, 242057, 673623, 1467642, 3107487, 5836467, 11108595 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) <= A366158(n) * A227776(n) * A016777(n).
MATHEMATICA
mat[n_Integer?Positive] := mat[n] = Array[m, {n, n}]; flatMat[n_Integer?Positive] := flatMat[n] = Flatten[mat[n]]; charPolyMat[n_Integer?Positive] := charPolyMat[n] = FullSimplify[CoefficientList[Expand[CharacteristicPolynomial[mat[n], x]], x]]; a[d_Integer?Positive, 0] = 1; a[d_Integer?Positive, n_Integer?Positive] := a[d, n] = Length[DeleteDuplicates[Flatten[Table[Evaluate[charPolyMat[d]], ##] & @@ Table[{flatMat[d][[i]], 0, n}, {i, 1, d^2}], d^2 - 1]]]; Table[a[3, n], {n, 0, 7}]
CROSSREFS
Cf. A366448 (2 X 2 matrices).
Cf. A366158 (determinants), A227776 (2nd order coefficients), A016777 (traces).
Cf. A272659.
Sequence in context: A035477 A109384 A248070 * A146124 A125489 A084486
KEYWORD
nonn,more
AUTHOR
Robert P. P. McKone, Oct 13 2023
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 May 8 00:02 EDT 2024. Contains 372317 sequences. (Running on oeis4.)