A370074 Expansion of (1 - 2*x) * (1 - 4*x + 2*x^2) / (1 - 9*x + 28*x^2 - 35*x^3 + 15*x^4 - x^5).
1, 3, 9, 28, 90, 297, 1001, 3432, 11933, 41971, 149017, 533141, 1919215, 6942950, 25215181, 91858456, 335449202, 1227312350, 4496994689, 16496266812, 60566602692, 222524531559, 817997639090, 3008175954887, 11066005530460, 40717739034761
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,3,9,28,90},26] (* 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) for n >= 5.
Comments