login
A334128
Integers m such that sigma(m) + sigma(7*m) = 16*m.
0
135, 1365, 42819777
OFFSET
1,1
COMMENTS
This is the case h = 7 of the h-perfect numbers as defined in the Harborth link.
If gcd(m, 7) = 1 and m is even, then m must be of the form 2*q, where 27*sigma(q) = 32*q and gcd(q, 7) = 1.
a(4) > 3.5*10^12, if it exists. - Giovanni Resta, May 17 2020
LINKS
Heiko Harborth, On h-perfect numbers, Annales Mathematicae et Informaticae, 41 (2013) pp. 57-62.
PROG
(PARI) isok(m) = sigma(m) + sigma(7*m) == 16*m;
CROSSREFS
KEYWORD
nonn,bref,hard,more
AUTHOR
Jinyuan Wang, May 15 2020
STATUS
approved