%I #13 Nov 07 2021 02:13:10
%S 45,60,3780,64260,3112200,6320160
%N Numbers that are both unitary and nonunitary harmonic numbers.
%C a(7) > 10^12, if it exists.
%C For each term the two sets of unitary and nonunitary divisors both contain more than one element. The only number with a single unitary divisor is 1 which does not have nonunitary divisors. Numbers with a single nonunitary divisor are the squares of primes which are not unitary harmonic numbers. Therefore, this sequence is a subsequence of A348715.
%C Nonsquarefree numbers k such that A034448(k) divides k*A034444(k) and A048146(k) divides k*A048105(k). - _Daniel Suteu_, Nov 05 2021
%e 45 is a term since the unitary divisors of 45 are 1, 5, 9 and 45, and their harmonic mean is 3, and the nonunitary divisors of 45 are 3 and 15, and their harmonic mean is 5.
%t usigma[1] = 1; usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); Select[Range[65000], !SquareFreeQ[#] && IntegerQ[# * (d = 2^PrimeNu[#])/ (s = usigma[#])] && IntegerQ[# * (DivisorSigma[0, #] - d)/(DivisorSigma[1, #] - s)] &]
%Y Intersection of A006086 and A319745.
%Y Subsequence of A348715.
%Y Cf. A348922.
%Y Cf. A034444, A034448, A048105, A048146.
%K nonn,more
%O 1,1
%A _Amiram Eldar_, Nov 04 2021