OFFSET
0,3
LINKS
Dragomir Z. Djokovic, Poincaré series [or Poincare series] of some pure and mixed trace algebras of two generic matrices. See Table 9.
Index entries for linear recurrences with constant coefficients, signature (1, 4, 1, -6, -19, -6, 31, 54, 31, -80, -145, -75, 120, 300, 176, -146, -434, -356, 126, 500, 490, 0, -490, -500, -126, 356, 434, 146, -176, -300, -120, 75, 145, 80, -31, -54, -31, 6, 19, 6, -1, -4, -1, 1).
FORMULA
G.f.: (1-x^2+x^4)*(1-x-x^3+x^4+2*x^5+x^6-x^7-x^9+x^10) / ((1-x)*(1-x^2)^4*(1-x^3)^5*(1-x^4)^5). - Robin Visser, Mar 13 2024
PROG
(Sage)
def a(n):
if n==0: return 1
f = (1-x^2+x^4)*(1-x-x^3+x^4+2*x^5+x^6-x^7-x^9+x^10)
g = (1-x)*(1-x^2)^4*(1-x^3)^5*(1-x^4)^5
return (f/g).taylor(x, 0, n).coefficient(x^n) # Robin Visser, Mar 13 2024
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 21 2006
EXTENSIONS
More terms from Robin Visser, Mar 13 2024
STATUS
approved