A141643 Numbers k such that sigma(k)/k = 5/2.
24, 91963648, 10200236032
Offset: 1
Links
- G. P. Michon, Multiperfect and hemiperfect numbers
- Walter Nissen, Abundancy : Some Resources
- Walter Nissen, Abundancy : Some Resources
- Walter Nissen, Primitive Friendly Pairs with friends < 2^34 with denom < 20000
Programs
-
Mathematica
Select[Range[100000], DivisorSigma[1, #]/# == 5/2 &] (* Robert Price, Apr 03 2019 *)
-
PARI
isok(k) = sigma(k, -1) == 5/2; \\ Michel Marcus, Apr 04 2019
Extensions
Definition rewritten by M. F. Hasler, May 10 2008
First three terms confirmed by Ray Chandler, Sep 18 2008
Comments