OFFSET
0,4
COMMENTS
Row sums are A025192(n).
LINKS
Indranil Ghosh, Rows 0..100, flattened
FORMULA
EXAMPLE
Triangle begins:
1;
1, 1;
2, 3, 1;
5, 8, 4, 1;
13, 21, 13, 6, 1;
34, 55, 40, 25, 7, 1;
89, 144, 120, 90, 33, 9, 1;
233, 377, 354, 300, 132, 51, 10, 1;
MATHEMATICA
nmax=10; Column[CoefficientList[Series[CoefficientList[Series[(1 - 2*x + x*y)/(1 - 3*x + x^2 - x^2*y^2), {x, 0, nmax }], x], {y, 0, nmax}], y]] (* Indranil Ghosh, Mar 14 2017 *)
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Philippe Deléham, Mar 07 2014
EXTENSIONS
Data section corrected and extended by Indranil Ghosh, Mar 14 2017
STATUS
approved