OFFSET
1,1
LINKS
Colin Barker, Table of n, a(n) for n = 1..326
Index entries for linear recurrences with constant coefficients, signature (1155, -1155, 1).
FORMULA
a(n) = 1155*a(n-1)-1155*a(n-2)+a(n-3).
G.f.: -x*(x^2-1064*x+703) / ((x-1)*(x^2-1154*x+1)).
EXAMPLE
703 is in the sequence because H(19) = 703 = 325+378 = H(13)+H(14).
PROG
(PARI) Vec(-x*(x^2-1064*x+703)/((x-1)*(x^2-1154*x+1)) + O(x^100))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, May 06 2015
STATUS
approved