OFFSET
2,5
COMMENTS
This is a refinement of the Euler characteristics of the same spaces, given by seq. A171711.
FORMULA
G.f.: G(q,x) = x + Sum_{n>1} g_n(q)*x^n satisfies x=G-G^2/(1-q*G^2)/(1-q*G)/(1+G).
EXAMPLE
Triangle begins:
1;
1, 1;
1, 5, 1;
1, 15, 9, 1;
1, 35, 50, 14, 1;
1, 70, 207, 113, 20, 1;
1, 126, 694, 672, 217, 27, 1;
...
The polynomial g_3 = 1+q describes the weights of the relative homology of the punctured affine line A^1\{0} with respect to the divisor {1,2}. This is related to the cluster algebra of type A1.
MAPLE
eq:=x-G+G**2/(1-q*G**2)/(1-q*G)/(1+G); solu:=solve(eq, G); taylor(solu, x, 8)
MATHEMATICA
CoefficientList[#, q]& /@ ((G /. Solve[x - G + G^2/(1 - q G^2)/(1 - q G)/ (1 + G) == 0, G][[1]]) + O[x]^12 // CoefficientList[#, x]&) // Rest // Rest // Flatten (* Jean-François Alcover, Mar 17 2020 *)
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
F. Chapoton, Sep 26 2011
EXTENSIONS
1st row of length 1 dropped to conform to the "tabl" triangle shape by Andrey Zabolotskiy, Mar 27 2025
STATUS
approved
