A327485 Product of means of integer partitions with Heinz numbers from 2 to n.
1, 2, 2, 6, 9, 36, 36, 72, 144, 720, 960, 5760, 14400, 36000, 36000, 252000, 420000, 3360000, 5600000, 16800000, 50400000, 453600000, 567000000, 1701000000, 5953500000, 11907000000, 23814000000, 238140000000, 476280000000, 5239080000000, 5239080000000
Offset: 2
Keywords
Examples
We have a(7) = 1 * 2 * 1 * 3 * 3/2 * 4 = 36.
Crossrefs
Programs
-
Mathematica
Table[Product[Total[Cases[FactorInteger[k],{p_,k_}:>k*PrimePi[p]]]/PrimeOmega[k],{k,2,n}],{n,2,30}]
Comments