OFFSET
1,10
COMMENTS
Row sums = F(n); example: row 6 = F(6), 8 = (1 + 0 + 1 + 0 + 0 + 6).
Right border = A007436, (1, 0, 1, 2, 4, 6, 12, 18, 32, ...), the Moebius transform of the Fibonacci series.
FORMULA
EXAMPLE
First few rows of the triangle:
1;
1, 0;
1, 0, 1;
1, 0, 0, 2;
1, 0, 0, 0, 4;
1, 0, 1, 0, 0, 6;
1, 0, 0, 0, 0, 0, 12;
1, 0, 0, 2, 0, 0, 0, 18;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, May 09 2007
STATUS
approved