editing
approved
editing
approved
_Roger L. Bagula _ and Mats Granvik (rlbagulatftn(AT)yahoo.com), , Dec 12 2010
approved
editing
proposed
approved
nonn,tabl,tabf,new
allocated for Roger BagulaA row reversed version of A177517
1, 1, 1, 0, 1, 1, 1, 2, 0, 1, 3, 2, 1, 4, 5, 1, 1, 5, 9, 6, 1, 6, 14, 15, 5, 1, 7, 20, 29, 20, 1, 8, 27, 49, 49, 22, 1, 9, 35, 76, 98, 71
1,8
The row reversal allows getting rid of the initial zeros in A177517
and shows the polynomial structure of the sequence more clearly.
{1},
{1},
{1, 0},
{1, 1},
{1, 2, 0},
{1, 3, 2},
{1, 4, 5, 1},
{1, 5, 9, 6},
{1, 6, 14, 15, 5},
{1, 7, 20, 29, 20},
{1, 8, 27, 49, 49, 22},
{1, 9, 35, 76, 98, 71}
Clear[t, n, k]
t[n_, 1] := If[n == 1, 1, 0]
t[n_, k_] := t[n, k] = Sum[t[n - i, k - 1], {i, 1, k - 1}]
a = Table[Reverse[Table[t[n, k], {k, 1, n}]], {n, 1, 12}];
Table[Table[a[[n, k]], {k, 1, Floor[(n + 1)/2]}], {n, 1, Length[a]}];
Flatten[%]
Cf. A177517
allocated
nonn,tabl
Roger Bagula and Mats Granvik (rlbagulatftn(AT)yahoo.com), Dec 12 2010
approved
proposed
allocated for Roger Bagula
recycled
allocated
recycled
approved