OFFSET
1,2
COMMENTS
The lines offset is 1, but the columns offset is 0.
LINKS
Lajos Hajdu, Shanta Laishram, Szabolcs Tengely, Power values of sums of products of consecutive integers, Acta Arithmetica 172 (2016), 333-349.
EXAMPLE
First rows of this triangle:
1;
2, 1;
5, 5, 1;
17, 24, 9, 1;
77, 131, 68, 14, 1;
...
PROG
(PARI) row(n) = Vecrev(sum(i=0, n, prod(j=0, i, x+j))/(x*(x+2)));
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Michel Marcus, Mar 14 2016
STATUS
approved