OFFSET
0,5
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,1,1,1).
FORMULA
a(n+4) = a(n) + a(n+1) + a(n+2) + a(n+3).
MATHEMATICA
LinearRecurrence[Table[1, {4}], {1, 1, 0, 1}, 36] (* Michael De Vlieger, Dec 09 2014 *)
PROG
(J) NB. see A251655 for the program and apply it to 1, 1, 0, 1.
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Arie Bos, Dec 07 2014
STATUS
approved