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!)
A346084 Number of invertible n X n cyclic matrices over GF(2). 0
1, 1, 5, 146, 17352, 8607552, 17362252800, 141087882903552, 4605333486987902976, 602440395156024780128256, 315546297657431573076891402240, 661423879140352987222707528171257856, 5547073628722488310034844542685201882415104, 186106159461598495645613441708238958650047305089024 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Kent E. Morrison, Integer Sequences and Matrices Over Finite Fields, Journal of Integer Sequences, Vol. 9 (2006), Article 06.2.1.
FORMULA
Sum_{n>=0} a(n)x^n/A002884(n) = (1 + 2x/(2-x)* Product_{i>=2}(1 + x^i/((2^i-1)(1-x/2)^i)))^A001037(i).
MATHEMATICA
nn = 13; 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, 0, nn}]CoefficientList[Series[(1 + 2 x/(2 - x)) Product[(1 + 2^i x^i/((2^i - 1) (2^i - x^i)))^ A001037[[i]], {i, 2, nn}], {x, 0, nn}], x]
CROSSREFS
Sequence in context: A307902 A281427 A294360 * A075186 A352758 A226803
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Jul 04 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 April 30 17:05 EDT 2024. Contains 372139 sequences. (Running on oeis4.)