The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A089037 Number of n X n matrices over GF(5) with characteristic polynomial x^n - 1. 3
1, 30, 15500, 453375000, 95367431640625, 1200572419921875000000, 216114100769531250000000000000, 2795257557110966548919677734375000000000, 209657627533594448152542114257812500000000000000000, 1062251098375118429310154377631647548696491867303848266601562500 (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=5)={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: A137749 A007741 A176378 * A116076 A230473 A088853
KEYWORD
nonn
AUTHOR
Yuval Dekel (dekelyuval(AT)hotmail.com) and W. Edwin Clark, Nov 29 2003
EXTENSIONS
Offset corrected and a(8)-a(10) 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 26 05:37 EDT 2024. Contains 372807 sequences. (Running on oeis4.)