OFFSET
1,1
LINKS
Ricardo Gómez Aíza, Symbolic dynamical scales: modes, orbitals, and transversals, arXiv:2009.02669 [math.DS], 2020. See p. 14.
Index entries for linear recurrences with constant coefficients, signature (2,1,-2,-1).
FORMULA
G.f.: (x*(2 - x - x^2 - 2*x^3))/(1 - x - x^2)^2.
MATHEMATICA
LinearRecurrence[{2, 1, -2, -1}, {2, 3, 7, 11}, 37] (* or *)
Rest@ CoefficientList[Series[x (2 - x - x^2 - 2 x^3)/(1 - x - x^2)^2, {x, 0, 37}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Dec 09 2020
STATUS
approved