A329881 Nonunitary doubly superperfect numbers: numbers k such that nusigma(nusigma(k)) = 2*k, where nusigma(k) = sigma(k) - usigma(k) is the sum of nonunitary divisors of k (A048146).
4032, 13104, 58032, 69648, 237744, 278592, 365652, 1114368, 15333552, 71319552, 245364912, 981465264, 1141112832, 4564451328, 873139150710, 4020089387184
Offset: 1
Programs
-
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*# &]
Extensions
a(15)-a(16) from Giovanni Resta, Nov 24 2019
Comments