A352830 Numbers whose weakly increasing prime indices y have no fixed points y(i) = i.
1, 3, 5, 7, 11, 13, 15, 17, 19, 21, 23, 25, 29, 31, 33, 35, 37, 39, 41, 43, 47, 49, 51, 53, 55, 57, 59, 61, 65, 67, 69, 71, 73, 77, 79, 83, 85, 87, 89, 91, 93, 95, 97, 101, 103, 105, 107, 109, 111, 113, 115, 119, 121, 123, 127, 129, 131, 133, 137, 139, 141
Offset: 1
Keywords
Examples
The terms together with their prime indices begin: 1: {} 35: {3,4} 69: {2,9} 105: {2,3,4} 3: {2} 37: {12} 71: {20} 107: {28} 5: {3} 39: {2,6} 73: {21} 109: {29} 7: {4} 41: {13} 77: {4,5} 111: {2,12} 11: {5} 43: {14} 79: {22} 113: {30} 13: {6} 47: {15} 83: {23} 115: {3,9} 15: {2,3} 49: {4,4} 85: {3,7} 119: {4,7} 17: {7} 51: {2,7} 87: {2,10} 121: {5,5} 19: {8} 53: {16} 89: {24} 123: {2,13} 21: {2,4} 55: {3,5} 91: {4,6} 127: {31} 23: {9} 57: {2,8} 93: {2,11} 129: {2,14} 25: {3,3} 59: {17} 95: {3,8} 131: {32} 29: {10} 61: {18} 97: {25} 133: {4,8} 31: {11} 65: {3,6} 101: {26} 137: {33} 33: {2,5} 67: {19} 103: {27} 139: {34}
Crossrefs
Programs
-
Mathematica
pq[y_]:=Length[Select[Range[Length[y]],#==y[[#]]&]]; Select[Range[100],pq[Flatten[Cases[FactorInteger[#],{p_,k_}:>Table[PrimePi[p],{k}]]]]==0&]
Comments