A173559 a(n)= +2*a(n-2) +4*a(n-3), n>3.
1, -6, -13, -27, -50, -106, -208, -412, -840, -1656, -3328, -6672, -13280, -26656, -53248, -106432, -213120, -425856, -851968, -1704192, -3407360, -6816256, -13631488, -27261952, -54528000, -109049856, -218103808, -436211712, -872407040, -1744838656
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (0,2,4).
Programs
-
Mathematica
LinearRecurrence[{0,2,4},{1,-6,-13,-27},30] (* Harvey P. Dale, Jan 27 2019 *)
Comments