OFFSET
1,1
COMMENTS
Analogous to superperfect numbers (A019279) as nonunitary doubly perfect numbers (A064592) is analogous to perfect numbers (A000396).
If n = 2^k*3*1451 and nusigma(n) = 2^5*3*11^2*p, with p > 11 prime, then n is a term. This happens for k = 4, 6, 8, 14, 18, 20, 32, 62, 90, 108, 128, 522, 608, ... . Similarly, if p=2^k-1 is prime (A000043), then 2^4*3^2*13*p is a term for k > 2. - Giovanni Resta, Nov 23 2019
a(17) > 6*10^12. - Giovanni Resta, Nov 24 2019
MATHEMATICA
usigma[1] = 1; usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); nusigma[n_] := DivisorSigma[1, n] - usigma[n]; Select[Range[3*10^5], nusigma[nusigma[#]] == 2*# &]
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Nov 23 2019
EXTENSIONS
a(15)-a(16) from Giovanni Resta, Nov 24 2019
STATUS
approved