A289383 Total number of nonzero vectors over all subspaces of an n-dimensional vector space over the field with two elements.
0, 1, 6, 35, 240, 2077, 23562, 358775, 7449060, 213188689, 8473977534, 470309723435, 36582636406680, 3998655357260293, 615328930033081458, 133485330929459963615, 40859530900982506959180, 17659495180812130332490681, 10781678259164073608877557286, 9301770545157096607562560360595
Offset: 0
Keywords
Programs
-
Mathematica
nn = 20; eq[z_] :=Sum[z^n/FunctionExpand[QFactorial[n, q]], {n, 0, nn}];Table[FunctionExpand[QFactorial[n, q]] /. q -> 2, {n, 0, nn}] CoefficientList[Series[z eq[z]^2 /. q -> 2, {z, 0, nn}], z]
Comments