A087794 Products of prime-indices of factors of semiprimes.
1, 2, 4, 3, 4, 6, 8, 5, 9, 6, 10, 7, 12, 8, 12, 9, 16, 14, 15, 16, 10, 11, 18, 18, 12, 20, 13, 21, 14, 20, 24, 22, 15, 24, 16, 24, 27, 17, 28, 25, 18, 26, 28, 32, 19, 30, 20, 30, 30, 21, 33, 22, 32, 36, 23, 36, 34, 24, 36, 36, 35, 25, 38, 26, 40, 39, 27, 40, 40, 28, 42, 44, 29
Offset: 1
Keywords
Examples
A001358(20)=57=3*19=A000040(2)*A000040(8), therefore a(20)=2*8=16. From _Gus Wiseman_, Dec 04 2020: (Start) The sequence of all semiprimes together with the products of their prime indices begins: 4: 1 * 1 = 1 6: 1 * 2 = 2 9: 2 * 2 = 4 10: 1 * 3 = 3 14: 1 * 4 = 4 15: 2 * 3 = 6 21: 2 * 4 = 8 22: 1 * 5 = 5 25: 3 * 3 = 9 26: 1 * 6 = 6 (End)
Crossrefs
Programs
-
Mathematica
Table[If[SquareFreeQ[n],Times@@PrimePi/@First/@FactorInteger[n],PrimePi[Sqrt[n]]^2],{n,Select[Range[100],PrimeOmega[#]==2&]}] (* Gus Wiseman, Dec 04 2020 *)
Comments