A208153 Convolution triangle based on A006053.
1, 1, 1, 3, 2, 1, 4, 7, 3, 1, 9, 14, 12, 4, 1, 14, 35, 31, 18, 5, 1, 28, 70, 87, 56, 25, 6, 1, 47, 154, 207, 175, 90, 33, 7, 1, 89, 306, 504, 476, 310, 134, 42, 8, 1, 155, 633, 1137, 1274, 941, 504, 189, 52, 9, 1
Offset: 0
Examples
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
Links
- Indranil Ghosh, Rows 1..100, flattened
Programs
-
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 *)
Comments