A065498 Number of invertible n X n matrices mod 6 (i.e., over the ring Z_6).
1, 2, 288, 1886976, 489104179200, 4755360379856486400, 1695944421638473850132889600, 21967113634648374162210646578639667200, 10286692771039109536373764545035369981946101760000, 173770439600109774111384717714984362383506603790098046648320000
Offset: 0
Links
- Geoffrey Critzer, Combinatorics of Vector Spaces over Finite Fields, Master's thesis, Emporia State University, 2018.
- Jeffrey Overbey, William Traves, and Jerzy Wojdylo, On the Keyspace of the Hill Cipher, Cryptologia, Vol. 29, Iss. 1 (2005), pp. 59-72; author's copy.
Programs
-
Mathematica
a[n_] := 6^(n^2)*Product[(1 - 1/2^k)*(1 - 1/3^k), { k, 1, n} ]; Table[ a[n], {n, 0, 9} ]
Formula
a(n) = 6^(n^2) * Product_{k=1..n} ((1 - 1/2^k)(1 - 1/3^k)).
Extensions
More terms from Robert G. Wilson v, Nov 28 2001