A225490 Expansion of 1/(1 - x - x^2 + x^5 + x^6 - x^7).
1, 1, 2, 3, 5, 7, 10, 15, 21, 30, 42, 60, 84, 118, 166, 233, 327, 458, 643, 901, 1263, 1770, 2481, 3477, 4872, 6828, 9568, 13408, 18788, 26328, 36893, 51697, 72442, 101511, 142245, 199323, 279306, 391383, 548433
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (1, 1, 0, 0, -1, -1, 1).
Programs
-
Mathematica
CoefficientList[Series[1/(1 - x - x^2 + x^5 + x^6 - x^7), {x, 0, 50}], x]
Comments