login
Denominator of ratio sigma(n) / A325973(n), where A325973 is the arithmetic mean of {sum of squarefree divisors} and {sum of unitary divisors}.
3

%I #11 Nov 11 2021 14:44:48

%S 1,1,1,4,1,1,1,2,7,1,1,4,1,1,1,10,1,7,1,4,1,1,1,2,16,1,2,4,1,1,1,2,1,

%T 1,1,31,1,1,1,2,1,1,1,4,7,1,1,10,29,16,1,4,1,2,1,2,1,1,1,4,1,1,7,34,1,

%U 1,1,4,1,1,1,17,1,1,16,4,1,1,1,10,43,1,1,4,1,1,1,2,1,7,1,4,1,1,1,2,1,29,7,74,1,1,1,2,1

%N Denominator of ratio sigma(n) / A325973(n), where A325973 is the arithmetic mean of {sum of squarefree divisors} and {sum of unitary divisors}.

%C This is not multiplicative: a(4) = 4 and a(9) = 7, but a(36) = 31, not 28.

%H Antti Karttunen, <a href="/A348986/b348986.txt">Table of n, a(n) for n = 1..20000</a>

%H <a href="/index/Si#SIGMAN">Index entries for sequences related to sigma(n)</a>

%F a(n) = A325973(n) / A348984(n) = A325973(n) / gcd(A000203(n), A325973(n)).

%t f1[p_, e_] := p + 1; f2[p_, e_] := p^e + 1; s[1] = 1; s[n_] := (Times @@ f1 @@@ (f = FactorInteger[n]) + Times @@ f2 @@@ f)/2; a[n_] := Denominator[DivisorSigma[1, n]/s[n]]; Array[a, 100] (* _Amiram Eldar_, Nov 06 2021 *)

%o (PARI)

%o A325973(n) = (1/2)*sumdiv(n, d, d*(issquarefree(d) + (1==gcd(d, n/d))));

%o A348986(n) = { my(am=A325973(n)); (am/gcd(sigma(n),am)); };

%Y Cf. A000203, A048250, A034448, A325973, A325974, A348984, A348985 (numerators).

%Y Cf. also A348947.

%K nonn,frac

%O 1,4

%A _Antti Karttunen_, Nov 06 2021