A339982 Coreful abundant numbers (A308053) with an odd sum of coreful divisors.
1157625, 10418625, 12733875, 15049125, 19679625, 21994875, 26625375, 28940625, 33571125, 35886375, 40429125, 42832125, 47462625, 49777875, 54408375, 56723625, 61354125, 66733875, 68299875, 70615125, 77560875, 82191375, 84506625, 91452375, 93767625, 96082875
Offset: 1
Keywords
Examples
1157625 is a term since A057723(1157625) = 2411955 > 2*1157625 and it is odd.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
f[p_, e_] := (p^(e + 1) - 1)/(p - 1) - 1; s[1] = 1; s[n_] := Times @@ (f @@@ FactorInteger[n]); Select[Range[1, 2*10^7, 2], (sum = s[#]) > 2*# && OddQ[sum] &]
Comments