OFFSET
1,2
COMMENTS
Row sums = A014437 starting (1, 3, 5, 13, 21, 55, 89, 233, 377,...). The generating triangle M (alternate columns of (1,2,2,2,...) and (1,0,0,0,...) has an eigensequence of (1, 3, 5, 13, 21, 55, 89,...); i.e., the odd Fibonacci numbers; such that M * (1, 1, 3, 5, 13,...) shifts the latter sequence to the left.
Sum of n-th row terms = rightmost term of next row.
FORMULA
EXAMPLE
First few rows of the triangle =
1;
2, 1;
2, 0, 3;
2, 0, 6, 5;
2, 0, 6, 0, 13;
2, 0, 6, 0, 26, 21;
2, 0, 6, 0, 26, 0, 55;
2, 0, 6, 0, 26, 0, 110, 89;
2, 0, 6, 0, 26, 0, 110, 0, 233;
2, 0, 6, 0, 26, 0, 110, 0, 466, 377;
2, 0, 6, 0, 26, 0, 110, 0, 466, 0, 987;
2, 0, 6, 0, 26, 0, 110, 0, 466, 0, 1974, 1597;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, May 16 2010
STATUS
approved