A380343 Number of strict integer partitions of n whose product of parts is a multiple of n + 1.
1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 3, 0, 3, 5, 5, 0, 8, 0, 15, 11, 8, 0, 42, 8, 12, 26, 49, 0, 100, 0, 90, 56, 27, 105, 246, 0, 41, 108, 414, 0, 450, 0, 332, 651, 81, 0, 1341, 210, 693, 366, 754, 0, 1869, 1044, 2579, 634, 206, 0, 5695, 0, 278, 4850, 5927, 2802
Offset: 0
Keywords
Examples
The a(5) = 1 through a(17) = 8 partitions (A=10, C=12): 32 . 421 . 54 . 83 . 76 95 843 . 98 632 742 653 852 863 641 7321 A31 861 962 5432 6432 C32 6521 8421 7631 9431 9521 65321
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],UnsameQ@@#&&Divisible[Times@@#,n+1]&]],{n,0,30}]