OFFSET
3,2
REFERENCES
J. Goldman and G.-C. Rota, The number of subspaces of a vector space, pp. 75-83 of W. T. Tutte, editor, Recent Progress in Combinatorics. Academic Press, NY, 1969.
I. P. Goulden and D. M. Jackson, Combinatorial Enumeration. Wiley, NY, 1983, p. 99.
M. Sved, Gaussians and binomials, Ars. Combinatoria, 17A (1984), 325-351.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 3..200
Index entries for linear recurrences with constant coefficients, signature (-51,884,3264,-4096).
FORMULA
G.f.: x^3/((1-x)*(1+4*x)*(1-16*x)*(1+64*x)). - Bruno Berselli, Oct 29 2012
a(n) = (-1 + 13*2^(4n-6) + (-1)^n*4^(n-2)*(13-2^(4n-2)))/4875. - Bruno Berselli, Oct 29 2012
a(n) = -51*a(n-1)+884*a(n-2)+3264*a(n-3)-4096*a(n-4). - Wesley Ivan Hurt, Sep 04 2022
MATHEMATICA
Table[QBinomial[n, 3, -4], {n, 3, 20}] (* Vincenzo Librandi, Oct 28 2012 *)
PROG
(Sage) [gaussian_binomial(n, 3, -4) for n in range(3, 17)] # Zerinvary Lajos, May 27 2009
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Olivier GĂ©rard, Dec 11 1999
STATUS
approved