OFFSET
0,4
COMMENTS
The integer sequence is generated if the factor x^(3/2) is removed from the Jones polynomial of the Whitehead Link.
LINKS
The Knot Atlas, L5a1
Abhijit Champanerkar, Ilya Kofman and Eric Patterson, The next simplest hyperbolic knots, arXiv:math.GT/0311380, Table 2, page 14
Eric Weisstein's World of Mathematics, Whitehead Link
Index entries for linear recurrences with constant coefficients, signature (1,-2,1,-2,1).
FORMULA
G.f. 1/(x^5 - 2*x^4 + x^3 - 2*x^2 + x - 1).
MAPLE
A129704 := proc(n) coeftayl(1/(x^5-2*x^4+x^3-2*x^2+x-1), x=0, n) ; end proc: # R. J. Mathar, Sep 09 2011
MATHEMATICA
q[x_] := 1/(x^5 - 2*x^4 + x^3 - 2*x^2 + x - 1) Table[ SeriesCoefficient[Series[q[x], {x, 0, 30}], n], {n, 0, 30}]
PROG
(PARI) Vec(1/(x^5-2*x^4+x^3-2*x^2+x-1)+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Roger L. Bagula, Jun 01 2007
STATUS
approved