# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a323024 Showing 1-1 of 1 %I A323024 #16 Oct 18 2020 03:11:49 %S A323024 360,504,540,600,720,756,792,936,1008,1176,1188,1200,1224,1350,1368, %T A323024 1400,1404,1440,1500,1584,1620,1656,1836,1872,1960,2016,2052,2088, %U A323024 2160,2200,2232,2250,2268,2352,2400,2448,2484,2520,2600,2646,2664,2736,2800,2880,2904 %N A323024 Numbers with exactly three distinct exponents in their prime factorization, or three distinct parts in their prime signature. %C A323024 Positions of 3's in A071625. %C A323024 Numbers k such that A001221(A181819(k)) = 3. %C A323024 The asymptotic density of this sequence is (6/Pi^2) * Sum_{n>=2, n squarefree} r(n)/((n-1)*psi(n)) = 0.030575..., where psi is the Dedekind psi function (A001615), and r(n) = Sum_{d|n, 1Table of n, a(n) for n = 1..10000 %H A323024 Carlo Sanna, On the number of distinct exponents in the prime factorization of an integer, Proceedings - Mathematical Sciences, Indian Academy of Sciences, Vol. 130, No. 1 (2020), Article 27, alternative link. %e A323024 1500 = 2^2 * 3^1 * 5^3 has three distinct exponents {1, 2, 3}, so belongs to the sequence. %e A323024 52500 = 2^2 * 3^1 * 5^4 * 7^1 has three distinct exponents {1, 2, 4}, so belongs to the sequence. %t A323024 tom[n_]:=Length[Union[Last/@If[n==1,{},FactorInteger[n]]]]; %t A323024 Select[Range[1000],tom[#]==3&] %o A323024 (PARI) is(n) = #Set(factor(n)[, 2]) == 3 \\ _David A. Corneth_, Jan 02 2019 %Y A323024 Cf. A001221, A001222, A001615, A006939, A033992, A059404, A062770, A071625, A118914, A181819, A323014, A323022, A323025. %K A323024 nonn %O A323024 1,1 %A A323024 _Gus Wiseman_, Jan 02 2019 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE