A374785 Numbers whose unitary divisors have a mean unitary abundancy index that is larger than 2.
223092870, 281291010, 300690390, 6469693230, 6915878970, 8254436190, 8720021310, 9146807670, 9592993410, 10407767370, 10485364890, 10555815270, 11125544430, 11532931410, 11797675890, 11823922110, 12095513430, 12328305990, 12598876290, 12929686770, 13162479330
Offset: 1
Keywords
Examples
223092870 is a term since A374783(223092870)/A374784(223092870) = 666225/330752 = 2.014... > 2.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
f[p_, e_] := 1 + 1/(2*p^e); r[1] = 1; r[n_] := Times @@ f @@@ FactorInteger[n]; Select[Range[4*10^8], s[#] > 2 &]
-
PARI
is(n) = {my(f = factor(n)); prod(i = 1, #f~, 1 + 1/(2*f[i,1]^f[i,2])) > 2;}
Formula
A001221(a(n)) >= 9.
Comments