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