OFFSET
1,2
COMMENTS
Also nonnegative integers y in the solutions to 10*x^2-4*y^2+4*x+2*y+2 = 0, the corresponding values of x being A252076.
LINKS
Colin Barker, Table of n, a(n) for n = 1..317
Index entries for linear recurrences with constant coefficients, signature (1443,-1443,1).
FORMULA
a(n) = 1443*a(n-1)-1443*a(n-2)+a(n-3).
G.f.: -x*(313*x^2-674*x+1) / ((x-1)*(x^2-1442*x+1)).
EXAMPLE
769 is in the sequence because X(769) = 1181953 = 589761+592192 = H(486)+H(487).
PROG
(PARI) Vec(-x*(313*x^2-674*x+1)/((x-1)*(x^2-1442*x+1)) + O(x^100))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Dec 13 2014
STATUS
approved