OFFSET
1,1
COMMENTS
Positive integers y in the solutions to 2*x^2-23*y^2-529*y-4048 = 0.
LINKS
Colin Barker, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,48670,-48670,0,0,0,0,-1,1).
FORMULA
G.f.: x*(10*x^12 +3*x^11 +66*x^10 +414*x^9 +624*x^8 +6762*x^7 -366022*x^6 -73005*x^5 -120678*x^4 -6762*x^3 -624*x^2 -414*x -56) / ((x -1)*(x^12 -48670*x^6 +1)).
MATHEMATICA
LinearRecurrence[{1, 0, 0, 0, 0, 48670, -48670, 0, 0, 0, 0, -1, 1}, {56, 470, 1094, 7856, 128534, 201539, 3293081, 23435699, 53805155, 382911281, 6256309475, 9809462822, 160274811896}, 50] (* Vincenzo Librandi, May 05 2015 *)
PROG
(PARI) Vec(x*(10*x^12 +3*x^11 +66*x^10 +414*x^9 +624*x^8 +6762*x^7 -366022*x^6 -73005*x^5 -120678*x^4 -6762*x^3 -624*x^2 -414*x -56) / ((x -1)*(x^12 -48670*x^6 +1)) + O(x^100))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, May 04 2015
STATUS
approved