A325501 Product of Heinz numbers over all integer partitions of n.
1, 2, 12, 240, 120960, 638668800, 15064408719360000, 27259975545259032576000000, 682714624600511148826789083611136000000000, 2948964060660649503322235948384635104494106968064000000000000000
Offset: 0
Keywords
Examples
The integer partitions of 3 are {(3), (2,1), (1,1,1)}, with Heinz numbers {5,6,8}, with product 240, so a(3) = 240. The sequence of terms together with their prime indices begins: 1: {} 2: {1} 12: {1,1,2} 240: {1,1,1,1,2,3} 120960: {1,1,1,1,1,1,1,2,2,2,3,4} 638668800: {1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,3,3,4,5}
Crossrefs
Programs
-
Mathematica
Table[Times@@Prime/@(Join@@IntegerPartitions[n]),{n,0,5}]
Comments