editing
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
editing
approved
seq(seq(T(n, k), k=0..(h-> h*(n-h))(iquofloor(n, ^2)/4)), n=0..10);
approved
editing
editing
approved
add(expand(x^(h-n)*b(n-1, s minus {h})) , , h=s))(nops(s)))
approved
editing
editing
approved
end:
T:= (n, k)-> coeff(b(n, {}), x, k):
seq(seq(T(n, k), k=0..(h-> h*(n-h))(iquo(n, 2))), n=0..10);
# second Maple program:
b:= proc(n, s) option remember; `if`(n=0, 1, (k-> `if`(n>k,
b(n-1, s)*(k+1), 0)+`if`(n>k+1, b(n-1, {s[], n}), 0)+
add(expand(x^(h-n)*b(n-1, s minus {h})) , h=s))(nops(s)))
approved
editing
Alois P. Heinz, <a href="/A368338/b368338_3.txt">Rows n = 0..33, flattened</a>
editing
approved
Alois P. Heinz, <a href="/A368338/b368338_3.txt">Rows n = 0..22, 33, flattened</a>
approved
editing
editing
approved