[go: up one dir, main page]

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

Showing entries 1-10 | older changes
Number of m-shape set partitions, square array read by ascending antidiagonals, A(m,n) for m, n >= 0.
(history; published version)
#91 by Alois P. Heinz at Wed Dec 20 15:08:55 EST 2023
STATUS

editing

approved

#90 by Alois P. Heinz at Wed Dec 20 15:08:51 EST 2023
NAME

Number of m-shape set partitions, square array read by ascending antidiagonals, A(m, n) for m, n >= 0.

STATUS

proposed

editing

#89 by Robert C. Lyons at Wed Dec 20 14:57:13 EST 2023
STATUS

editing

proposed

#88 by Robert C. Lyons at Wed Dec 20 14:57:11 EST 2023
COMMENTS

Irwin (1916) proved the following combinatorial result: Assume r_1, r_2, ..., r_n are positive integers and we have r_1*r_2*...*r_n objects. We divide them into r_1 classes of r_2*r_3*...*r_n objects each, then each class into r_2 sub-classes subclasses of r_3*...*r_n objects each, and so on. We call each such classification, without reference to order, a "classification" par excellence. He proved that the total number of classifications is (r_1*r_2*...*r_n)!/( r1! * (r_2!)^(r_1) * (r_3!)^(r_1*r_2) * ... (r_n!)^(r_1*r_2*...*r_{n-1}) ).

PROG

(SageSageMath)

STATUS

approved

editing

#87 by Peter Luschny at Thu Mar 05 10:37:06 EST 2020
STATUS

reviewed

approved

#86 by Michel Marcus at Thu Mar 05 10:02:25 EST 2020
STATUS

proposed

reviewed

#85 by F. Chapoton at Thu Mar 05 09:32:52 EST 2020
STATUS

editing

proposed

#84 by F. Chapoton at Thu Mar 05 09:32:44 EST 2020
PROG

shapes = [map(lambda x: [x*m, for x in p) ] for p in Partitions(n).list()]

return sum([SetPartitions(sum(s), s).cardinality() for s in shapes])

for m in (0..4): print ([A260876(m, n) for n in (0..6)])

STATUS

approved

editing

Discussion
Thu Mar 05
09:32
F. Chapoton: adapt sage code for py3
#83 by Giovanni Resta at Fri Dec 06 06:57:00 EST 2019
STATUS

reviewed

approved

#82 by Peter Luschny at Fri Dec 06 06:40:03 EST 2019
STATUS

proposed

reviewed