OFFSET
0,2
COMMENTS
Row sums = A052549: (1, 4, 9, 19, 39, 79,...).
FORMULA
Triangle read by rows, A007318 as an infinite lower triangular matrix * a bidiagonal matrix with (1,2,1,2,1,2,...) in the main diagonal and (1,1,1,...) in the subdiagonal.
EXAMPLE
First few rows of the triangle are:
1;
2, 2;
3, 5, 1;
4, 9, 4, 2;
5, 14, 10, 9, 1;
6, 20, 20, 25, 6, 2;
7, 27, 35, 55, 21, 13, 1;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, May 11 2008
STATUS
approved