OFFSET
0,2
COMMENTS
Left column = A000071, (Fibonacci numbers - 1) starting with F(3): (1, 2, 4, 7, 12, 20, ...).
FORMULA
EXAMPLE
First few rows of the triangle:
1;
2, 1;
4, 3, 1;
7, 6, 4, 1;
12, 11, 9, 5, 1;
20, 19, 17, 13, 6, 1;
33, 32, 30, 26, 18, 7, 1;
...
Row 3 = (7, 6, 4, 1) = partial sums starting from the right of (1, 2, 3, 1), being row 3 of A004070.
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Jun 23 2007
STATUS
approved