OFFSET
1,3
COMMENTS
Row sums = A129954: (1, 3, 6, 14, 32, 72, 160, ...).
FORMULA
Binomial transform of an infinite lower triangular matrix, with (1, 2, 1, 4, 1, 6, ...) in the main diagonal and zeros elsewhere.
EXAMPLE
First few rows of the triangle:
1;
1, 2;
1, 4, 1;
1, 6, 3, 4;
1, 8, 6, 16, 1;
1, 10, 10, 40, 5, 6;
1, 12, 15, 80, 15, 36, 1;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Sep 29 2007
STATUS
approved