cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A087794 Products of prime-indices of factors of semiprimes.

This page as a plain text file.
%I A087794 #9 Dec 18 2020 07:56:28
%S A087794 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,
%T A087794 21,14,20,24,22,15,24,16,24,27,17,28,25,18,26,28,32,19,30,20,30,30,21,
%U A087794 33,22,32,36,23,36,34,24,36,36,35,25,38,26,40,39,27,40,40,28,42,44,29
%N A087794 Products of prime-indices of factors of semiprimes.
%C A087794 A semiprime (A001358) is a product of any two prime numbers. A prime index of n is a number m such that the m-th prime number divides n. The multiset of prime indices of n is row n of A112798. - _Gus Wiseman_, Dec 04 2020
%F A087794 a(n) = A049084(A084126(n))*A049084(A084127(n)) = A003963(A001358(n)).
%F A087794 a(n) = A003963(A001358(n)) = A338912(n) * A338913(n). - _Gus Wiseman_, Dec 04 2020
%e A087794 A001358(20)=57=3*19=A000040(2)*A000040(8), therefore a(20)=2*8=16.
%e A087794 From _Gus Wiseman_, Dec 04 2020: (Start)
%e A087794 The sequence of all semiprimes together with the products of their prime indices begins:
%e A087794    4: 1 * 1 = 1
%e A087794    6: 1 * 2 = 2
%e A087794    9: 2 * 2 = 4
%e A087794   10: 1 * 3 = 3
%e A087794   14: 1 * 4 = 4
%e A087794   15: 2 * 3 = 6
%e A087794   21: 2 * 4 = 8
%e A087794   22: 1 * 5 = 5
%e A087794   25: 3 * 3 = 9
%e A087794   26: 1 * 6 = 6
%e A087794 (End)
%t A087794 Table[If[SquareFreeQ[n],Times@@PrimePi/@First/@FactorInteger[n],PrimePi[Sqrt[n]]^2],{n,Select[Range[100],PrimeOmega[#]==2&]}] (* _Gus Wiseman_, Dec 04 2020 *)
%Y A087794 A003963 is the version for not just semiprimes.
%Y A087794 A176504 gives the sum of the same two indices.
%Y A087794 A176506 gives the difference of the same two indices.
%Y A087794 A339361 is the squarefree case.
%Y A087794 A001358 lists semiprimes.
%Y A087794 A006881 lists squarefree semiprimes.
%Y A087794 A289182/A115392 list the positions of odd/even terms of A001358.
%Y A087794 A338898/A338912/A338913 give the prime indices of semiprimes.
%Y A087794 A338899/A270650/A270652 give the prime indices of squarefree semiprimes.
%Y A087794 A338904 groups semiprimes by weight.
%Y A087794 Cf. A001222, A046315, A056239, A065516, A084126, A084127, A112798, A128301, A300912, A318990, A320655, A338909, A339362.
%K A087794 nonn
%O A087794 1,2
%A A087794 _Reinhard Zumkeller_, Oct 09 2003