OFFSET
1,1
COMMENTS
Proposed by R. Guy in the seqfan list, Mar 29 2009.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..900
Index entries for linear recurrences with constant coefficients, signature (15,-32,15,-1).
FORMULA
MATHEMATICA
Rest[CoefficientList[Series[x(3x-1)(x-3)/(1-15x+32x^2-15x^3+x^4), {x, 0, 30}], x]] (* or *) LinearRecurrence[{15, -32, 15, -1}, {3, 35, 432, 5405}, 30] (* Harvey P. Dale, Nov 03 2011 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Jun 11 2009
STATUS
approved