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!)
A345463 Number of n X n matrices over GF(2) whose characteristic polynomial is irreducible. 2
2, 2, 48, 4032, 1935360, 2879815680, 23222833643520, 629183972848435200, 76669842195418919731200, 35461948770962722105432473600, 69793654310697320331920603401420800, 526981774867699711240400039137800880128000, 16622838761287803491875715175557341313583022080000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A001037(n)*A002884(n)/A000225(n).
MATHEMATICA
nn = 12; A001037 = Table[1/n Sum[MoebiusMu[n/d] 2^d, {d, Divisors[n]}], {n, 1,
nn}] Table[Product[2^n - 2^i, {i, 0, n - 1}], {n, 1, nn}]/ Table[2^n - 1, {n, 1, nn}]
CROSSREFS
Sequence in context: A318085 A345267 A316090 * A322106 A321693 A268536
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Jun 20 2021
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 9 18:53 EDT 2024. Contains 372354 sequences. (Running on oeis4.)