OFFSET
1,11
COMMENTS
Row sums = Fibonacci numbers: (1, 1, 2, 3, 5, 8, ...).
EXAMPLE
First few rows of the triangle are:
1;
0, 1;
1, 0, 1;
1, 0, 1, 1;
2, -1, 2, 1, 1;
3, -2, 3, 1, 2, 1;
5, -4, 5, 0, 4, 2, 1;
8, -7, 8, -2, 7, 3, 3, 1;
...
CROSSREFS
KEYWORD
tabl,sign
AUTHOR
Gary W. Adamson, Jun 29 2007
EXTENSIONS
a(47) = -20 corrected, name edited and more terms from Georg Fischer, Jun 05 2023
STATUS
approved