login
A389098
LCM of the psi-amicable pairs: a(n) = lcm(A323329(n), A323330(n)).
1
206150, 412300, 1844150, 824600, 1030750, 3688300, 1649200, 10402210, 2061500, 22858550, 7376600, 37712150, 9220750, 3298400, 20804420, 4123000, 45717100, 14753200, 5153750, 75424300, 18441500, 6596800, 41608840, 8246000, 91434200, 29506400, 10307500, 602734550, 150848600, 114292750, 36883000
OFFSET
1,1
COMMENTS
All the terms are psi-abundant (A387893) since all the terms of A323329 are by definition psi-abundant, and any positive multiple of a psi-abundant number is also psi-abundant.
LINKS
FORMULA
a(n) = A387885(n) / A383943(n).
EXAMPLE
a(1) = A387885(1) / A383943(1) = 2061500 / 10 = 206150.
MATHEMATICA
psi[n_] := n * Times @@ (1 + 1/FactorInteger[n][[;; , 1]]); psi[1] = 1; t[n_] := psi[n] - n; seq[max_] := Module[{s = {}, n}, Do[n = t[m]; If[n > m && t[n] == m, AppendTo[s, LCM[n, m]]], {m, 1, max}]; s]; seq[100000] (* Amiram Eldar, Sep 23 2025 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
S. I. Dimitrov, Sep 23 2025
STATUS
approved