A348032 Multiply-perfect numbers k that do not have a divisor d such that sigma(d)*d = k.
2178540, 45532800, 459818240, 1476304896, 14182439040, 31998395520, 43861478400, 51001180160, 518666803200, 704575228896, 13661860101120, 30823866178560, 181742883469056, 740344994887680, 796928461056000, 6088728021160320, 20158185857531904, 212517062615531520, 622286506811515392, 69357059049509038080, 87934476737668055040
Offset: 1
Keywords
Programs
-
Mathematica
With[{s = DeleteCases[Map[ToExpression[#] &, Import["https://oeis.org/A007691/b007691.txt", "Data"]], ?(Length[#] == 0 &)][[All, -1]]}, Select[s[[1 ;; 45]], Function[k, NoneTrue[Divisors[k], # DivisorSigma[1, #] == k &]]]] (* _Michael De Vlieger, Sep 28 2021, using b-file at A007691 *)
Comments