OFFSET
0,2
LINKS
Hirschhorn, Michael D., Non-trivial intertwined second-order recurrence relations, Fibonacci Quart. 43 (2005), no. 4, 316-325. See G_n.
Index entries for linear recurrences with constant coefficients, signature (2,-2,1,-1).
MATHEMATICA
CoefficientList[Series[1/(1-2x+2x^2-x^3+x^4), {x, 0, 60}], x] (* or *) LinearRecurrence[ {2, -2, 1, -1}, {1, 2, 2, 1}, 60] (* Harvey P. Dale, May 11 2022 *)
CROSSREFS
KEYWORD
sign,easy
AUTHOR
N. J. A. Sloane, Nov 10 2011
STATUS
approved