OFFSET
1,5
FORMULA
EXAMPLE
First few rows of the array:
1, 1, 1, 1, 1, ...
1, 2, 3, 4, 5, ...
1, 2, 5, 10, 17, ...
1, 2, 5, 12, 25, ...
1, 2, 5, 12, 29, ...
...
For example, (1, 2, 5, 10, 17, 26, 37, ...) = the binomial transform of (1, 1, 2, 0, 0, 0, ...).
First few rows of the triangle:
1;
1, 1;
1, 2, 1;
1, 2, 3, 1;
1, 2, 5, 4, 1;
1, 2, 5, 10, 5, 1;
1, 2, 5, 12, 17, 6, 1;
1, 2, 5, 12, 25, 26, 7, 1;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Apr 03 2006
STATUS
approved