OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..80
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
MATHEMATICA
nn = 15; eq[z_] :=Sum[z^n/FunctionExpand[QFactorial[n, q]], {n, 0, nn}]; Table[FunctionExpand[QFactorial[n, q]] /. q -> 2, {n, 0,
nn}] CoefficientList[Series[ 1/(1 - (eq[z] - 1)) /. q -> 2, {z, 0, nn}], z]
CROSSREFS
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Jul 28 2017
STATUS
approved