OFFSET
0,6
COMMENTS
Expansion of the characteristic polynomial of Jones polynomial for the Solomon knot (L4a1): f(x)=-1/Sqrt[x] + 1/x^{3/2} - 1/x^{5/2} - 1/x^{9/2};
LINKS
Knot atlas, L4a1
Index entries for linear recurrences with constant coefficients, signature (0,-1,1,-1).
MATHEMATICA
f[q_] = -1/Sqrt[q] + 1/q^{3/2} - 1/q^{5/2} - 1/q^{9/2} FullSimplify[ExpandAll[f[q]/Sqrt[q]]]; g[q_] = 1 + q^2 - q^3 + q^4; q[x_] := 1/g[x]; Table[ SeriesCoefficient[Series[q[x], {x, 0, 30}], n], {n, 0, 30}]
LinearRecurrence[{0, -1, 1, -1}, {1, 0, -1, 1}, 70] (* Harvey P. Dale, Oct 27 2018 *)
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Roger L. Bagula, Jun 04 2007
STATUS
approved