OFFSET
1,1
COMMENTS
The numbers m and k form a GM-amicable pair. See Dimitrov link.
LINKS
S. I. Dimitrov, Generalizations of amicable numbers, arXiv:2408.07387 [math.NT], 2024.
EXAMPLE
For k=2 we have (28, 84), (42, 102), (60, 276), (92, 160).
PROG
(PARI) isok(k) = for (m=1, k-1, if (sigma(m)*sigma(k) == (m+k)^2, return(m))); \\ Michel Marcus, May 15 2025
CROSSREFS
KEYWORD
nonn
AUTHOR
S. I. Dimitrov, May 15 2025
EXTENSIONS
More terms from Michel Marcus, May 15 2025
STATUS
approved
