OFFSET
0,8
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,1,1,1,1,1)
FORMULA
a(n+6) = a(n) + a(n+1) + a(n+2) + a(n+3) + a(n+4) + a(n+5).
G.f.: x^3*(-1+x+x^2)/(-1+x+x^2+x^3+x^4+x^5+x^6) . - R. J. Mathar, Feb 27 2023
MATHEMATICA
LinearRecurrence[Table[1, {6}], {0, 0, 0, 1, 0, 0}, 40] (* Michael De Vlieger, Dec 09 2014 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Arie Bos, Dec 07 2014
STATUS
approved