A384180 Irregular triangle read by rows where row n lists the Heinz numbers of all uniform (equal multiplicities) and normal (covering an initial interval) multisets of length n.
2, 4, 6, 8, 30, 16, 36, 210, 32, 2310, 64, 216, 900, 30030, 128, 510510, 256, 1296, 44100, 9699690, 512, 27000, 223092870, 1024, 7776, 5336100, 6469693230, 2048, 200560490130, 4096, 46656, 810000, 9261000, 901800900, 7420738134810, 8192, 304250263527210
Offset: 1
Examples
The uniform normal multisets of length 6 are: {1,1,1,1,1,1}, {1,1,1,2,2,2}, {1,1,2,2,3,3}, {1,2,3,4,5,6}, so row 6 is: 64, 216, 900, 30030. Triangle begins: 2 4 6 8 30 16 36 210 32 2310 64 216 900 30030 128 510510 256 1296 44100 9699690
Crossrefs
Programs
-
Mathematica
Table[Table[Times@@Prime/@Range[d]^(n/d),{d,Divisors[n]}],{n,10}]
Comments