A383015 Numbers whose prime indices have more than one permutation with all equal run-sums.
12, 40, 63, 112, 144, 325, 351, 352, 675, 832, 931, 1008, 1539, 1600, 1728, 2176, 2875, 3509, 3969, 4864, 6253, 7047, 7056, 8775, 9072, 11776, 12427, 12544, 12691, 16128, 19133, 20736, 20800, 22464, 23125, 26973, 29403, 29696, 32269, 43200, 49392, 57967, 59711
Offset: 1
Keywords
Examples
The terms together with their prime indices begin: 12: {1,1,2} 40: {1,1,1,3} 63: {2,2,4} 112: {1,1,1,1,4} 144: {1,1,1,1,2,2} 325: {3,3,6} 351: {2,2,2,6} 352: {1,1,1,1,1,5} 675: {2,2,2,3,3} 832: {1,1,1,1,1,1,6} 931: {4,4,8} 1008: {1,1,1,1,2,2,4} 1539: {2,2,2,2,8} 1600: {1,1,1,1,1,1,3,3} 1728: {1,1,1,1,1,1,2,2,2}
Crossrefs
Programs
-
Mathematica
Select[Range[100],Length[Select[Permutations[PrimePi/@Join@@ConstantArray@@@FactorInteger[#]],SameQ@@Total/@Split[#]&]]>1&]
Comments