OFFSET
1,2
COMMENTS
FORMULA
Triangle read by rows, partial sums of A144328 starting from the right.
EXAMPLE
First few rows of the triangle =
1;
2, 1
4, 3, 2
7, 6, 5, 3;
11, 10, 9, 7, 4;
16, 15, 14, 12, 9, 5;
22, 21, 20, 18, 15, 11, 6;
29, 28, 27, 25, 22, 18, 13, 7;
...
Row 4 = (7, 6, 5, 3) = partial sums from the right of triangle A144328, row 4: (1, 1, 2, 3).
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Sep 18 2008
STATUS
approved