OFFSET
1,1
COMMENTS
No further terms below 2^31.
See also comments in A326133.
The quotients A000120(k)/(sigma(k)-A005187(k)) for these terms are: 1, 1, 5, 1, 3, 1, 5, 9, 2, 2, 1, 2, 2. Ones occur at the positions of perfect numbers.
a(18) > 10^11. - Amiram Eldar, Jan 03 2021
LINKS
EXAMPLE
MATHEMATICA
q[n_] := Module[{bw = DigitCount[n, 2, 1], ab = DivisorSigma[1, n] - 2*n, sum}, (sum = ab + bw) > 0 && Divisible[bw, sum]]; Select[Range[10^5], q] (* Amiram Eldar, Jan 03 2021 *)
PROG
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Antti Karttunen, Jun 09 2019
EXTENSIONS
a(14)-a(17) from Amiram Eldar, Jan 03 2021
STATUS
approved