OFFSET
1,2
LINKS
Colin Barker, Table of n, a(n) for n = 1..437
Index entries for linear recurrences with constant coefficients, signature (1,37634,-37634,-1,1).
FORMULA
a(n) = a(n-1)+37634*a(n-2)-37634*a(n-3)-a(n-4)+a(n-5).
G.f.: -x*(x^4+1890*x^3-13190*x^2+1890*x+1) / ((x-1)*(x^2-194*x+1)*(x^2+194*x+1)).
EXAMPLE
1891 is in the sequence because it is the 31st hexagonal number and the 36th centered triangular number.
PROG
(PARI) Vec(-x*(x^4+1890*x^3-13190*x^2+1890*x+1)/((x-1)*(x^2-194*x+1)*(x^2+194*x+1)) + O(x^100))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jan 28 2015
STATUS
approved