login
A102588
Absolute row sums of triangle A102587, which is equal to the matrix inverse of triangle A094531 (the right-hand side of trinomial table A027907).
1
1, 2, 4, 6, 12, 22, 34, 58, 112, 186, 320, 574, 954, 1640, 2926, 5180, 8524, 14928, 25514, 44994, 77674, 138446, 233402, 395832, 704376, 1223902, 2134912, 3628044, 6288414, 10626878, 19171626, 32535060, 57067872, 97164452, 169386950
OFFSET
0,2
PROG
(PARI) {a(n)=local(A); A=matrix(n+1, n+1, r, c, if(r<c, 0, polcoeff((1+x+x^2)^(r-1), r+c-2))); return(sum(k=0, n, abs((A^-1)[n+1, k+1])))}
CROSSREFS
Sequence in context: A328079 A321739 A073660 * A005303 A292320 A057575
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 22 2005
STATUS
approved