OFFSET
1,2
COMMENTS
The corresponding quotients A327573(k)/k are 1, 3, 5, 7, 11, 11, 11, 15, 17, ...
a(10) > 7.5*10^10, if it exists.
EXAMPLE
MATHEMATICA
f[p_, e_] := 2^DigitCount[e, 2, 1]; s[1] = 1; s[n_] := s[n] = s[n - 1] + Times @@ f @@@ FactorInteger[n]; Select[Range[1.5*10^6], Divisible[s[#], #] &]
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, May 27 2021
STATUS
approved