OFFSET
1,1
COMMENTS
S. I. Dimitrov introduced the notion of (alpha_1,...,alpha_k)-multiamicable k-tuples.
The asymptotic density of (alpha_1, alpha_2)-multiamicable pairs relative to the positive integers is 0.
LINKS
S. I. Dimitrov, Generalizations of amicable numbers, arXiv:2408.07387 [math.NT], 2024.
FORMULA
We say that the natural numbers n_1,..., n_k form an (alpha_1,...,alpha_k)-multiamicable k-tuple if sigma(n_1)=sigma(n_2)=...=sigma(n_k)=alpha_1n_1+alpha_2n_2+...+alpha_kn_k, where alpha_1,...,alpha_k are positive integers, where sigma(n) is the sum of the divisors of n.
EXAMPLE
For k=2, alpha_1=1, alpha_2=2 we have (1560, 1740), (7380, 7776), (20664, 22428), (543456, 590112), (588744, 639288),
PROG
(PARI) isok(k) = my(s=sigma(k), m=s-2*k); m>0 && m<k && sigma(m)==s \\ Michel Marcus, Apr 28 2025
CROSSREFS
KEYWORD
nonn
AUTHOR
S. I. Dimitrov, Apr 20 2025
EXTENSIONS
More terms from Sean A. Irvine, May 04 2025
STATUS
approved
