|
Search: id:A143455
|
|
|
| A143455 |
|
Expansion of 1/(x^k*(1-x-3*x^(k+1))) for k=4. |
|
+0 2
|
|
| 1, 4, 7, 10, 13, 16, 28, 49, 79, 118, 166, 250, 397, 634, 988, 1486, 2236, 3427, 5329, 8293, 12751, 19459, 29740, 45727, 70606, 108859, 167236, 256456, 393637, 605455, 932032, 1433740, 2203108, 3384019, 5200384, 7996480, 12297700, 18907024
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
a(n) is also the number of length n quaternary words with at least 4 0-digits between any other digits.
|
|
FORMULA
|
G.f.: 1/(x^4*(1-x-3*x^5)).
|
|
MAPLE
|
a := proc(k::nonnegint) local n, i, j; if k=0 then unapply (4^n, n) else unapply ((Matrix(k+1, (i, j)-> if (i=j-1) or j=1 and i=1 then 1 elif j=1 and i=k+1 then 3 else 0 fi)^(n+k))[1, 1], n) fi end(4): seq (a(n), n=0..50);
|
|
CROSSREFS
|
4th column of A143461.
Sequence in context: A090955 A137281 A134027 this_sequence A087065 A001197 A008470
Adjacent sequences: A143452 A143453 A143454 this_sequence A143456 A143457 A143458
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 16 2008
|
|
|
Search completed in 0.002 seconds
|