Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A346498 Irregular triangular array read by rows. T(n,k) is the number of n X n matrices over GF(2) whose characteristic polynomial has exactly k distinct irreducible factors. 0
2, 10, 6, 176, 336, 14016, 44800, 6720, 4032512, 22220800, 7301120, 6213763072, 37056675840, 25449037824, 32018926665728, 264750395031552, 250575870492672, 15604761231360, 870713558978002944, 6977650241843494912, 9453579320929812480, 1144800951958241280 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Kent E. Morrison, Integer Sequences and Matrices Over Finite Fields, Journal of Integer Sequences, Vol. 9 (2006), Article 06.2.1.
EXAMPLE
2,
10, 6,
176, 336,
14016, 44800, 6720,
4032512, 22220800, 7301120,
6213763072, 37056675840, 25449037824
MATHEMATICA
nn = 8; q = 2; b[p_, i_] := Count[p, i]; d[p_, i_] := Sum[j b[p, j], {j, 1, i}] + i Sum[b[p, j], {j, i + 1, Total[p]}]; aut[deg_, p_] := Product[Product[
q^(d[p, i] deg) - q^((d[p, i] - k) deg), {k, 1, b[p, i]}], {i, 1,
Total[p]}]; A001037 = Table[1/n Sum[MoebiusMu[n/d] q^d, {d, Divisors[n]}], {n, 1, nn}]; g[u_, v_, deg_] := Total[Map[v u^(deg Total[#])/aut[deg, #] &, Level[Table[IntegerPartitions[n], {n, 0, nn}], {2}]]] - v + 1; Map[Select[#, # > 0 &] &, Drop[Table[Product[q^n - q^i, {i, 0, n - 1}], {n, 0, nn}]CoefficientList[
Series[Apply[Times, Table[g[u, v, deg]^A001037[[deg]], {deg, 1, nn}]], {u, 0,
nn}], {u, v}], 1]] // Grid
CROSSREFS
Cf. A002416 (row sums).
Sequence in context: A142954 A082225 A211365 * A213135 A037187 A248061
KEYWORD
nonn,tabf
AUTHOR
Geoffrey Critzer, Jul 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 August 10 08:32 EDT 2024. Contains 375044 sequences. (Running on oeis4.)