OFFSET
0,4
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (1,0,0,1).
FORMULA
G.f.: (-2*x^3-1)/(x^4+x-1). - Harvey P. Dale, Aug 29 2012
MATHEMATICA
LinearRecurrence[{1, 0, 0, 1}, {1, 1, 1, 3}, 40] (* or *) CoefficientList[ Series[ (-1-2 x^3)/(-1+x+x^4), {x, 0, 40}], x] (* Harvey P. Dale, Aug 29 2012 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved