OFFSET
1,1
COMMENTS
This is the case h = 16 of the h-perfect numbers as defined in the Harborth link.
LINKS
Heiko Harborth, On h-perfect numbers, Annales Mathematicae et Informaticae, 41 (2013) pp. 57-62.
EXAMPLE
268 is a term since sigma(268) + sigma(16*268) = 9112, that is 34*268.
PROG
(PARI) isok(m) = sigma(m) + sigma(16*m) == 34*m;
CROSSREFS
KEYWORD
nonn
AUTHOR
Jinyuan Wang, Feb 12 2020
STATUS
approved