A328672 Number of integer partitions of n with relatively prime parts in which no two distinct parts are relatively prime.
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 3, 1, 1, 1, 4, 1, 4, 1, 1, 2, 7, 1, 6, 1, 3, 3, 10, 1, 9, 3, 5, 4, 17, 1, 23, 6, 7, 6, 20, 3, 36, 9, 15, 7, 45, 5, 56, 14, 17, 20, 65, 7, 83, 18, 40
Offset: 0
Keywords
Examples
Examples: a(31) = 2: a(46) = 2: (15,10,6) (15,15,10,6) (1^31) (1^46) a(37) = 3: a(47) = 7: (15,12,10) (20,15,12) (15,10,6,6) (21,14,12) (1^37) (20,15,6,6) a(41) = 4: (21,14,6,6) (20,15,6) (15,12,10,10) (21,14,6) (15,10,10,6,6) (15,10,10,6) (1^47) (1^41) a(49) = 6: a(43) = 4: (24,15,10) (18,15,10) (18,15,10,6) (15,12,10,6) (15,12,12,10) (15,10,6,6,6) (15,12,10,6,6) (1^43) (15,10,6,6,6,6) (1^39)
Links
- Fausto A. C. Cariboni, Table of n, a(n) for n = 0..400
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],GCD@@#==1&&And[And@@(GCD[##]>1&)@@@Subsets[Union[#],{2}]]&]],{n,0,32}]
Formula
a(n > 0) = A202425(n) + 1.
Comments