A238941 Triangle T(n,k), read by rows given by (1, 1, 1, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (1, 0, -1, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938.
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, 610, 987, 1031, 954, 483, 234, 62, 12, 1, 1597, 2584, 2972, 2939, 1671, 951, 308, 86, 13, 1, 4181, 6765, 8495, 8850, 5561, 3573, 1345, 480, 100, 15, 1
Offset: 0
Examples
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;
Links
- Indranil Ghosh, Rows 0..100, flattened
Programs
-
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 *)
Formula
Extensions
Data section corrected and extended by Indranil Ghosh, Mar 14 2017
Comments