OFFSET
1,2
COMMENTS
The sequence of fractions r(n) = A000203(n)/A057723(n), in their reduced form, A389447(n)/A389448(n), begins as: 1, 3/2, 4/3, 7/6, 6/5, 2, 8/7, 15/14, 13/12, 9/5, 12/11, 14/9, 14/13, 12/7, 8/5, 31/30, 18/17, 13/8, 20/19, 7/5, 32/21, 18/11, 24/23, 10/7, etc. As both A000203 and A057723 are multiplicative sequences, r(n) is also. Thus, if gcd(x,y)=1, then r(x*y) = r(x)*r(y), as for example, r(12) = r(3)*r(4) = 4/3 * 7/6 = 14/9. However, as an integer sequence this is not multiplicative, as for example, a(2) = 3, a(3) = 4, but a(6) = 2 <> 3*4.
LINKS
MATHEMATICA
A389447[n_] := Numerator[DivisorSigma[1, n]/(DivisorSigma[1, n/#]*#)] & [Times @@ FactorInteger[n][[All, 1]]];
Array[A389447, 100] (* Paolo Xausa, Oct 07 2025 *)
PROG
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Antti Karttunen, Oct 04 2025
STATUS
approved
