OFFSET
1,1
COMMENTS
Any term x = a(m) of this sequence can be used with any term y of A275997 to satisfy the property (sigma(x)+sigma(y))/(x+y) = 2, which is a necessary (but not sufficient) condition for two numbers to be amicable.
LINKS
Max Alekseyev, Table of n, a(n) for n = 1..75 (terms below 10^20)
EXAMPLE
a(1) = 108, since sigma(108) - 2*108 = 280 - 216 = 64.
PROG
(PARI) isok(n) = sigma(n) - 2*n == 64; \\ Michel Marcus, Dec 30 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
Timothy L. Tiffin, Aug 16 2016
EXTENSIONS
a(14)-a(15) from Michel Marcus, Dec 30 2016
a(16)-a(21) from Lars Blomberg, Jan 12 2017
Terms a(22) onward from Max Alekseyev, Aug 27 2025
STATUS
approved
