OFFSET
1,1
COMMENTS
The odd terms of A349064.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..100
EXAMPLE
3472875 is a term since A183097(3472875) = 7002474 > 2*3472875 = 6945750.
MATHEMATICA
f[p_, e_] := (p^(e + 1) - 1)/(p - 1) - p; s[1] = 1; s[n_] := Times @@ f @@@ FactorInteger[n]; q[n_] := s[n] > 2*n; Select[Range[1, 2.5*10^7, 2], q]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Nov 07 2021
STATUS
approved