OFFSET
1,4
COMMENTS
The sequence of fractions in their reduced form begins as r(n) = A389074(n)/A389075(n): 1, 1, 1, 5/3, 1, 1, 1, 3, 5/2, 1, 1, 5/3, 1, 1, 1, 17/3, 1, 5/2, 1, 5/3, 1, 1, 1, 3, 13/3, 1, 7, 5/3, 1, 1, 1, 11, 1, 1, 1, 25/6, etc. As both A034448 and A048250 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(36) = r(4)*r(9) = 5/3 * 5/2 = 25/6.
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..65537
MATHEMATICA
A389074[n_] := Numerator[Times @@ (Power @@@ # + 1)/Times @@ (#[[All, 1]] + 1)] & [FactorInteger[n]];
Array[A389074, 100] (* Paolo Xausa, Oct 07 2025 *)
PROG
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Antti Karttunen, Sep 30 2025
STATUS
approved
