OFFSET
1,2
COMMENTS
FORMULA
EXAMPLE
First few rows of the triangle are:
1;
3, 1;
6, 4, 1;
10, 11; 5, 1;
15, 26, 18, 6, 1;
21, 57, 58, 27, 7, 1;
...
3rd offset column: (1, 5, 18, 58...) = "1", then a(r) = 3*a(r-1) + r; e.g. 58 = 3*18 + 4 since 58 is the fourth term in the third column.
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, May 31 2005
STATUS
approved