OFFSET
1,1
COMMENTS
Positive integers y in the solutions to 2*x^2-22*y^2-484*y-3542 = 0.
LINKS
Colin Barker, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (1,20,-20,-1,1).
FORMULA
G.f.: x*(9*x^4+4*x^3-136*x^2-40*x-35) / ((x-1)*(x^4-20*x^2+1)).
PROG
(PARI) Vec(x*(9*x^4+4*x^3-136*x^2-40*x-35)/((x-1)*(x^4-20*x^2+1)) + O(x^100))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, May 04 2015
STATUS
approved