A370391 Expansion of (1 - 2*x)/(1 - 9*x + 28*x^2 - 35*x^3 + 15*x^4 - x^5).
1, 7, 35, 154, 636, 2533, 9861, 37810, 143451, 540155, 2022735, 7543771, 28048829, 104050724, 385320419, 1425038684, 5264963100, 19437087382, 71715418017, 264483764116, 975070823122, 3593840295815, 13243217176106, 48793364067681, 179753027448972
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (9,-28,35,-15,1).
Programs
-
Mathematica
LinearRecurrence[{9, -28, 35, -15, 1}, {1, 7,35,154,636}, 25] (* James C. McMahon, Mar 12 2024 *)
Formula
a(n) = 9*a(n-1) - 28*a(n-2) + 35*a(n-3) - 15*a(n-4) + a(n-5).
Comments