OFFSET
0,6
LINKS
Geoffrey Critzer, Combinatorics of Vector Spaces over Finite Fields, Master's thesis, Emporia State University, 2018.
Kent E. Morrison, Integer Sequences and Matrices Over Finite Fields, Journal of Integer Sequences, Vol. 9 (2006), Article 06.2.1.
FORMULA
EXAMPLE
Array begins:
1, 0, 0, 0,
0, 3, 0, 0,
0, 3, 36, 0,
0, 3, 702, 1404,
0, 3, 38070, 379080,
0, 3, 5351346, 341368830
MATHEMATICA
nn = 8; g[ n_] := (q - 1)^n q^Binomial[n, 2] FunctionExpand[
QFactorial[n, q]] /. q -> 3; G[u_, z_] := Sum[z^k/\[Gamma][k], {k, 0, nn}] - 1 + u ; Grid[Map[Reverse, Table[\[Gamma][n], {n, 0, nn}] CoefficientList[Series[G[u, z]^3, {z, 0, nn}], {z, u}]]]
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Geoffrey Critzer, Dec 16 2017
STATUS
approved