A325700 Numbers with as many distinct even as distinct odd prime indices.
1, 6, 12, 14, 15, 18, 24, 26, 28, 33, 35, 36, 38, 45, 48, 51, 52, 54, 56, 58, 65, 69, 72, 74, 75, 76, 77, 86, 93, 95, 96, 98, 99, 104, 106, 108, 112, 116, 119, 122, 123, 135, 141, 142, 143, 144, 145, 148, 152, 153, 158, 161, 162, 172, 175, 177, 178, 185, 192
Offset: 1
Keywords
Examples
The sequence of terms together with their prime indices begins: 1: {} 6: {1,2} 12: {1,1,2} 14: {1,4} 15: {2,3} 18: {1,2,2} 24: {1,1,1,2} 26: {1,6} 28: {1,1,4} 33: {2,5} 35: {3,4} 36: {1,1,2,2} 38: {1,8} 45: {2,2,3} 48: {1,1,1,1,2} 51: {2,7} 52: {1,1,6} 54: {1,2,2,2} 56: {1,1,1,4} 58: {1,10}
Crossrefs
Programs
-
Mathematica
Select[Range[100],0==Total[(-1)^PrimePi/@First/@If[#==1,{},FactorInteger[#]]]&]
Comments