A319157 Smallest Heinz number of a superperiodic integer partition requiring n steps in the reduction to a multiset of size 1 obtained by repeatedly taking the multiset of multiplicities.
2, 3, 9, 441, 11865091329, 284788749974468882877009302517495014698593896453070311184452244729
Offset: 1
Keywords
Crossrefs
Programs
-
Mathematica
Function[m,Times@@Prime/@m]/@NestList[Join@@Table[Table[2i,{Reverse[#][[i]]}],{i,Length[#]}]&,{1},4]
Comments