OFFSET
0,2
LINKS
Geoffrey Critzer, Combinatorics of Vector Spaces over Finite Fields, Master's thesis, Emporia State University, 2018.
J. Overbey, W. Traves and J. Wojdylo, On the Keyspace of the Hill Cipher, Cryptologia Vol. 29, Iss. 1, 2005.
FORMULA
a(n) = 6^(n^2) * Product_{k=1..n} ((1 - 1/2^k)(1 - 1/3^k)).
MATHEMATICA
a[n_] := 6^(n^2)*Product[(1 - 1/2^k)*(1 - 1/3^k), { k, 1, n} ]; Table[ a[n], {n, 1, 9} ]
CROSSREFS
KEYWORD
nonn
AUTHOR
Dan Fux (dan.fux(AT)OpenGaia.com or danfux(AT)OpenGaia.com), Nov 25 2001
EXTENSIONS
More terms from Robert G. Wilson v, Nov 28 2001
STATUS
approved