OFFSET
1,1
COMMENTS
Also positive integers y in the solutions to 12*x^2-5*y^2+32*x+3*y+36 = 0, the corresponding values of x being A252769.
LINKS
Colin Barker, Table of n, a(n) for n = 1..557
Index entries for linear recurrences with constant coefficients, signature (63,-63,1).
FORMULA
a(n) = 63*a(n-1)-63*a(n-2)+a(n-3).
G.f.: -x*(3*x^2-169*x+148) / ((x-1)*(x^2-62*x+1)).
EXAMPLE
148 is in the sequence because H(148) = 54538 = 13207+13490+13776+14065 = P(94)+P(95)+P(96)+P(97).
PROG
(PARI) Vec(-x*(3*x^2-169*x+148)/((x-1)*(x^2-62*x+1)) + O(x^100))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Dec 21 2014
STATUS
approved