OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,1,-1).
FORMULA
a(n+6) = a(n) + 12.
a(n) = a(n-1)+a(n-6)-a(n-7). G.f.: x*(5*x^6-3*x^5+4*x^4+3*x^3-x^2+2*x+2) / ((x-1)^2*(x+1)*(x^2-x+1)*(x^2+x+1)). - Colin Barker, Jul 31 2013
MATHEMATICA
LinearRecurrence[{1, 0, 0, 0, 0, 1, -1}, {2, 4, 3, 6, 10, 7, 14}, 70] (* Harvey P. Dale, Jan 16 2015 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jun 15 2003
STATUS
approved