OFFSET
0,4
COMMENTS
Riordan array (1/(1-x-2*x^2+x^3), x/(1-x-2*x^2+x^3).
Subtriangle of triangle given by (0, 1, 2, -5/2, 1/10, 2/5, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (1, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938.
Diagonal sums are A125691(n).
Row sums are A001654(n+1).
Mirror image of triangle in A188107.
LINKS
Indranil Ghosh, Rows 1..100, flattened
FORMULA
EXAMPLE
Triangle begins :
1
1, 1
3, 2, 1
4, 7, 3, 1
9, 14, 12, 4, 1
14, 35, 31, 18, 5, 1
Triangle (0, 1 ,2, -5/2, 1/10, 2/5, 0, 0,...) DELTA (1, 0, 0, 0,...) begins :
1
0, 1
0, 1, 1
0, 3, 2, 1
0, 4, 7, 3, 1
0, 9, 14, 12, 4, 1
0, 14, 35, 31, 18, 5, 1
MATHEMATICA
nmax=9; Flatten[CoefficientList[Series[CoefficientList[Series[1/(1 - x - 2*x^2 + x^3 - y*x), {x, 0, nmax}], x], {y, 0, nmax}], y]] (* Indranil Ghosh, Mar 10 2017 *)
CROSSREFS
KEYWORD
AUTHOR
Philippe Deléham, Feb 24 2012
STATUS
approved