OFFSET
1,1
COMMENTS
Also positive integers y in the solutions to 24*x^2-4*y^2+56*x+2*y+60 = 0, the corresponding values of x being A253120.
LINKS
Colin Barker, Table of n, a(n) for n = 1..500
Index entries for linear recurrences with constant coefficients, signature (99,-99,1).
FORMULA
a(n) = 99*a(n-1)-99*a(n-2)+a(n-3).
G.f.: -2*x*(5*x^2-26*x+9) / ((x-1)*(x^2-98*x+1)).
EXAMPLE
18 is in the sequence because H(18) = 630 = 96+133+176+225 = O(6)+O(7)+O(8)+O(9).
PROG
(PARI) Vec(-2*x*(5*x^2-26*x+9)/((x-1)*(x^2-98*x+1)) + O(x^100))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Dec 27 2014
STATUS
approved
