OFFSET
0,4
LINKS
J. H. E. Cohn, Letter to the editor, Fib. Quart. 2 (1964), 108.
V. E. Hoggatt, Jr. and D. A. Lind, The dying rabbit problem, Fib. Quart. 7 (1969), 482-487.
Index entries for linear recurrences with constant coefficients, signature (1,1,0,0,0,0,0,-1).
FORMULA
G.f.: x / ( (x-1)*(x^7+x^6+x^5+x^4+x^3+x^2-1) ). - R. J. Mathar, Nov 29 2011
MATHEMATICA
LinearRecurrence[{1, 1, 0, 0, 0, 0, 0, -1}, {0, 1, 1, 2, 3, 5, 8, 13}, 40] (* Harvey P. Dale, Nov 03 2023 *)
PROG
(PARI) concat(0, Vec(x / ( (x-1)*(x^7+x^6+x^5+x^4+x^3+x^2-1) ) + O(x^60))) \\ Michel Marcus, Sep 06 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved