OFFSET
0,4
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 2, 5).
FORMULA
G.f.: 6*x^4+2*x+(x^2+x-1)/(-1+2*x^2+5*x^3). [Sep 28 2009]
MATHEMATICA
F[1] = 1; F[2] = 1; F[3] = 1; F[n__] := F[n] = 2*F[n - 2] - 5*F[n - 3] b = Table[Abs[F[n]], {n, 1, 50}]
LinearRecurrence[{0, 2, 5}, {1, 1, 1, 3, 3, 11, 9, 7}, 40] (* Harvey P. Dale, Jun 10 2019 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Jun 08 2005
EXTENSIONS
Definition replaced by recurrence by the Associate Editors of the OEIS, Sep 28 2009
STATUS
approved