OFFSET
1,1
COMMENTS
10 and 838476969534191044 are the only known numbers k for which sigma(k) + k is a perfect number.
LINKS
Leo Hennig, One entry and just one entry, Seqfan thread.
EXAMPLE
sigma(6) = 12 and 12 - 6 = 6.
sigma(10) = 18 and 18 + 10 = 28.
sigma(25) = 31 and 31 - 25 = 6.
PROG
(PARI) isp(x) = if (x>0, sigma(x) == 2*x);
isok(x) = isp(sigma(x)-x) || isp(sigma(x)+x); \\ Michel Marcus, Mar 29 2025
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Leo Hennig, Mar 29 2025
STATUS
approved
