[go: up one dir, main page]

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

Showing entries 1-10 | older changes
Number of pairs (p,q) of distinct partitions of n such that the set of parts in q is a subset of the set of parts in p.
(history; published version)
#17 by Alois P. Heinz at Thu Feb 29 14:25:12 EST 2024
STATUS

reviewed

approved

#16 by Stefano Spezia at Thu Feb 29 13:14:31 EST 2024
STATUS

proposed

reviewed

#15 by Jean-François Alcover at Thu Feb 29 11:07:27 EST 2024
STATUS

editing

proposed

#14 by Jean-François Alcover at Thu Feb 29 11:07:21 EST 2024
MATHEMATICA

b[n_, m_, i_] := b[n, m, i] = If[n == 0,

If[m == 0, 1, 0], If[i < 1, 0, b[n, m, i - 1] +

Sum[Sum[b[n - i*j, m - i*h, i - 1], {h, 0, m/i}], {j, 1, n/i}]]];

a[n_] := b[n, n, n] - PartitionsP[n];

Table[a[n], {n, 0, 42}] (* Jean-François Alcover, Feb 29 2024, after Alois P. Heinz *)

STATUS

approved

editing

#13 by Alois P. Heinz at Wed Feb 07 19:51:51 EST 2024
STATUS

editing

approved

#12 by Alois P. Heinz at Wed Feb 07 19:51:48 EST 2024
NAME

Number of pairs (p,q) of distinct partitions of n with p != q such that the set of parts in q is a subset of the set of parts in p.

STATUS

approved

editing

#11 by Alois P. Heinz at Mon Feb 05 18:06:51 EST 2024
STATUS

editing

approved

#10 by Alois P. Heinz at Mon Feb 05 18:06:47 EST 2024
CROSSREFS
STATUS

approved

editing

#9 by OEIS Server at Mon Feb 05 10:53:21 EST 2024
LINKS

Alois P. Heinz, <a href="/A369707/b369707_1.txt">Table of n, a(n) for n = 0..350</a>

#8 by Alois P. Heinz at Mon Feb 05 10:53:21 EST 2024
STATUS

editing

approved

Discussion
Mon Feb 05
10:53
OEIS Server: Installed first b-file as b369707.txt.