[go: up one dir, main page]

login

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”).

Revision History for A368338 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number T(n,k) of partitions of [n] whose sum of block maxima minus block minima gives k, triangle T(n,k), n>=0, 0<=k<=A002620(n), read by rows.
(history; published version)
#41 by Alois P. Heinz at Wed Dec 27 18:00:01 EST 2023
STATUS

editing

approved

#40 by Alois P. Heinz at Wed Dec 27 17:59:58 EST 2023
MAPLE

seq(seq(T(n, k), k=0..(h-> h*(n-h))(iquofloor(n, ^2)/4)), n=0..10);

STATUS

approved

editing

#39 by Alois P. Heinz at Wed Dec 27 15:12:08 EST 2023
STATUS

editing

approved

#38 by Alois P. Heinz at Wed Dec 27 15:12:04 EST 2023
MAPLE

add(expand(x^(h-n)*b(n-1, s minus {h})) , , h=s))(nops(s)))

STATUS

approved

editing

#37 by Alois P. Heinz at Wed Dec 27 15:10:40 EST 2023
STATUS

editing

approved

#36 by Alois P. Heinz at Wed Dec 27 15:10:38 EST 2023
MAPLE

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)))

STATUS

approved

editing

#35 by OEIS Server at Wed Dec 27 14:54:59 EST 2023
LINKS

Alois P. Heinz, <a href="/A368338/b368338_3.txt">Rows n = 0..33, flattened</a>

#34 by Alois P. Heinz at Wed Dec 27 14:54:59 EST 2023
STATUS

editing

approved

Discussion
Wed Dec 27
14:54
OEIS Server: Installed new b-file as b368338.txt.  Old b-file is now b368338_3.txt.
#33 by Alois P. Heinz at Wed Dec 27 14:54:56 EST 2023
LINKS

Alois P. Heinz, <a href="/A368338/b368338_3.txt">Rows n = 0..22, 33, flattened</a>

STATUS

approved

editing

#32 by Alois P. Heinz at Fri Dec 22 18:21:04 EST 2023
STATUS

editing

approved