|
Search: id:A128174
|
|
|
| A128174 |
|
Transform, (1,0,1,...) in every column. |
|
+0 55
|
|
| 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1
(list; table; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Inverse of the triangle = a tridiagonal matrix with (1,1,1...) in the superdiagonal, (0,0,0,...) in the main diagonal and (-1,-1,-1,...) in the subdiagonal.
Riordan array (1/(1-x^2),x) with inverse (1-x^2,x). [From Paul Barry (pbarry(AT)wit.ie), Sep 10 2008]
|
|
FORMULA
|
A lower triangular matrix transform, (1, 0, 1,...) in every column; n terms of (1, 0, 1,...) in odd rows; n terms of (0, 1, 0,...) in even rows.
T(n,k)=[k<=n]*(1+(-1)^(n-k))/2; [From Paul Barry (pbarry(AT)wit.ie), Sep 10 2008]
Row sum: sum_{k=1..n} T(n,k) = A004526(n+1). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 29 2009]
|
|
EXAMPLE
|
First few rows of the triangle are:
1;
0, 1;
1, 0, 1;
0, 1, 0, 1;
1, 0, 1, 0, 1;
...
|
|
CROSSREFS
|
Adjacent sequences: A128171 A128172 A128173 this_sequence A128175 A128176 A128177
Sequence in context: A129686 A104974 A024711 this_sequence A096055 A125144 A115198
|
|
KEYWORD
|
nonn,tabl
|
|
AUTHOR
|
Gary W. Adamson (qntmpkt(AT)yahoo.com), Feb 17 2007
|
|
|
Search completed in 0.002 seconds
|