|
Search: id:A145136
|
|
|
| A145136 |
|
Expansion of x/((1 - x - x^4)*(1 - x)^7). |
|
+0 5
|
|
| 0, 1, 8, 36, 120, 331, 801, 1761, 3597, 6931, 12737, 22506, 38479, 63974, 103843, 165109, 257852, 396439, 601229, 900934, 1335886, 1962555, 2859794, 4137468, 5948374, 8504704, 12100779, 17144439, 24200381, 34049989, 47773928, 66866159
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
The coefficients of the recursion for a(n) are given by the 8th row of A145152.
|
|
EXAMPLE
|
a(n) = 8a(n-1) -28a(n-2) +56a(n-3) -69a(n-4) +49a(n-5) -7a(n-6) -27a(n-7) +34a(n-8) -21a(n-9) +7a(n-10) -a(n-11).
|
|
MAPLE
|
col:= proc(k) local l, j, M, n; l:= `if` (k=0, [1, 0, 0, 1], [seq (coeff ( -(1-x-x^4) *(1-x)^(k-1), x, j), j=1..k+3)]); M:= Matrix (nops(l), (i, j)-> if i=j-1 then 1 elif j=1 then l[i] else 0 fi); `if` (k=0, n->(M^n)[2, 3], n->(M^n)[1, 2]) end: a:= col(8): seq (a(n), n=0..40);
|
|
CROSSREFS
|
8th column of A145153. Cf. A145152.
Sequence in context: A023033 A000580 A145457 this_sequence A144901 A054470 A131123
Adjacent sequences: A145133 A145134 A145135 this_sequence A145137 A145138 A145139
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 03 2008
|
|
|
Search completed in 0.002 seconds
|