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!)
A089036 Number of n X n matrices over GF(3) with characteristic polynomial x^n - 1. 3
1, 12, 729, 758160, 2972290464, 354396766517640, 92079975413927255040, 939180873931369976460153600, 22528399544939174411840147874772641, 11276516942788127325350557035641264267894784, 25780902234356363794160964471948503247074139517747200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
I. Reiner, On the number of matrices with given characteristic polynomial, Illinois J. Math. 5 1961 324-329.
PROG
(PARI) \\ see Reiner reference.
F(u, r)={prod(i=1, r, (1-u^(-i)))}
a(n, q=3)={my(D=ffgen(q)); my(f=factor(D^0*(x^n-1))); q^(n^2-n)*F(q, n)/prod(i=1, #f~, F(q^poldegree(f[i, 1]), f[i, 2]))} \\ Andrew Howroyd, Jul 08 2018
CROSSREFS
Sequence in context: A202792 A341560 A317337 * A273033 A276636 A284769
KEYWORD
nonn
AUTHOR
Yuval Dekel (dekelyuval(AT)hotmail.com) and W. Edwin Clark, Nov 29 2003
EXTENSIONS
Offset corrected and a(9)-a(11) from Andrew Howroyd, Jul 08 2018
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 4 16:30 EDT 2024. Contains 372256 sequences. (Running on oeis4.)