|
Search: id:A108796
|
|
|
| A108796 |
|
Number of pairs of partitions of n (into different parts) with empty intersection. |
|
+0 1
|
|
| 0, 0, 1, 1, 3, 4, 7, 9, 16, 21, 33, 46, 68, 95, 140, 187, 266, 372, 507, 683, 948, 1256, 1692, 2263, 3003, 3955, 5248, 6824, 8921, 11669, 15058, 19413, 25128, 32149, 41129, 52578, 66740, 84696, 107389, 135310, 170277, 214386, 268151, 335261, 418896
(list; graph; listen)
|
|
|
OFFSET
|
1,5
|
|
|
COMMENT
|
Counted as orderless pairs since intersection is commutative.
|
|
EXAMPLE
|
Of the partitions of 12 into different parts, the partition (5+4+2+1) has an empty intersection with only (12) and (9+3).
|
|
MATHEMATICA
|
using DiscreteMath`Combinatorica`and ListPartitionsQ[n_Integer]:= Flatten[ Reverse /@ Table[(Range[m-1, 0, -1]+#1&)/@ TransposePartition/@ Complement[Partitions[ n-m* (m-1)/2, m], Partitions[n-m*(m-1)/2, m-1]], {m, -1+Floor[1/2*(1+Sqrt[1+8*n])]}], 1]; Table[Plus@@Flatten[Outer[If[Intersection[Flatten[ #1], Flatten[ #2]]==={}, 1, 0]&, ListPartitionsQ[k], ListPartitionsQ[k], 1]], {k, 48}]/2
|
|
CROSSREFS
|
Sequence in context: A158911 A086772 A086336 this_sequence A048849 A076211 A167186
Adjacent sequences: A108793 A108794 A108795 this_sequence A108797 A108798 A108799
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Wouter Meeussen (wouter.meeussen(AT)pandora.be), Jul 09 2005
|
|
|
Search completed in 0.002 seconds
|