OFFSET
1,2
LINKS
Michel Marcus, Rows n=1..100 of triangle, flattened (terms 1..1000 from Harvey P. Dale)
EXAMPLE
Triangle begins:
0;
2, 0;
6, 2, 0;
12, 6, 2, 0;
20, 12, 6, 2, 0;
...
MATHEMATICA
Table[(n-k+1)(n-k), {n, 20}, {k, n}]//Flatten (* Harvey P. Dale, Apr 17 2016 *)
CROSSREFS
KEYWORD
AUTHOR
Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 10 2004
STATUS
approved