OFFSET
1,2
COMMENTS
Row sums = powers of 4: (1, 4, 16, 64, ...).
Left border = A015518: (1, 2, 7, 20, 61, 182, ...).
FORMULA
(1/4) * (P^3 - 1/P), where P = Pascal's triangle, A007318. Delete right border of zeros.
EXAMPLE
First few rows of the triangle:
1;
2, 2;
7, 6, 3;
20, 28, 12, 4;
61, 100, 70, 20, 5;
182, 366, 300, 140, 30, 6;
547, 1274, 1281, 700, 245, 42, 7;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Jun 12 2007
STATUS
approved