A345193 Heinz numbers of non-twin (x,x) inseparable partitions.
8, 16, 24, 27, 32, 40, 48, 54, 56, 64, 80, 81, 88, 96, 104, 112, 125, 128, 135, 136, 144, 152, 160, 162, 176, 184, 189, 192, 208, 224, 232, 240, 243, 248, 250, 256, 272, 288, 296, 297, 304, 320, 324, 328, 336, 343, 344, 351, 352, 368, 375, 376, 384, 400, 405
Offset: 1
Keywords
Examples
The sequence of terms together with their prime indices begins: 8: {1,1,1} 112: {1,1,1,1,4} 232: {1,1,1,10} 16: {1,1,1,1} 125: {3,3,3} 240: {1,1,1,1,2,3} 24: {1,1,1,2} 128: {1,1,1,1,1,1,1} 243: {2,2,2,2,2} 27: {2,2,2} 135: {2,2,2,3} 248: {1,1,1,11} 32: {1,1,1,1,1} 136: {1,1,1,7} 250: {1,3,3,3} 40: {1,1,1,3} 144: {1,1,1,1,2,2} 256: {1,1,1,1,1,1,1,1} 48: {1,1,1,1,2} 152: {1,1,1,8} 272: {1,1,1,1,7} 54: {1,2,2,2} 160: {1,1,1,1,1,3} 288: {1,1,1,1,1,2,2} 56: {1,1,1,4} 162: {1,2,2,2,2} 296: {1,1,1,12} 64: {1,1,1,1,1,1} 176: {1,1,1,1,5} 297: {2,2,2,5} 80: {1,1,1,1,3} 184: {1,1,1,9} 304: {1,1,1,1,8} 81: {2,2,2,2} 189: {2,2,2,4} 320: {1,1,1,1,1,1,3} 88: {1,1,1,5} 192: {1,1,1,1,1,1,2} 324: {1,1,2,2,2,2} 96: {1,1,1,1,1,2} 208: {1,1,1,1,6} 328: {1,1,1,13} 104: {1,1,1,6} 224: {1,1,1,1,1,4} 336: {1,1,1,1,2,4}
Crossrefs
Programs
-
Mathematica
Select[Range[100],!MatchQ[FactorInteger[#],{{,2}}]&&Select[Permutations[Flatten[ConstantArray@@@FactorInteger[#]]],!MatchQ[#,{__,x_,x_,_}]&]=={}&]
Comments