A382879 Positions of 0 in A382857 (permutations of prime indices with equal run-lengths).
24, 40, 48, 54, 56, 80, 88, 96, 104, 112, 135, 136, 152, 160, 162, 176, 184, 189, 192, 208, 224, 232, 240, 248, 250, 272, 288, 296, 297, 304, 320, 328, 336, 344, 351, 352, 368, 375, 376, 384, 405, 416, 424, 448, 459, 464, 472, 480, 486, 488, 496, 513, 528, 536
Offset: 1
Keywords
Examples
The terms together with their prime indices begin: 24: {1,1,1,2} 40: {1,1,1,3} 48: {1,1,1,1,2} 54: {1,2,2,2} 56: {1,1,1,4} 80: {1,1,1,1,3} 88: {1,1,1,5} 96: {1,1,1,1,1,2} 104: {1,1,1,6} 112: {1,1,1,1,4} 135: {2,2,2,3} 136: {1,1,1,7} 152: {1,1,1,8} 160: {1,1,1,1,1,3}
Crossrefs
Programs
-
Mathematica
Select[Range[100], Select[Permutations[Join@@ConstantArray@@@FactorInteger[#]], SameQ@@Length/@Split[#]&]=={}&]
Comments