login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A327633 Noninfinitary perfect numbers: numbers k whose sum of noninfinitary divisors equals k. 5
112, 1344, 32512, 390144, 483840, 5930176, 2952609792 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that sigma(k) - isigma(k) = A000203(k) - A049417(k) = k.
No more terms below 3 * 10^10.
LINKS
EXAMPLE
112 is in the sequence since its noninfinitary divisors are {2, 4, 8, 14, 28, 56} whose sum is 112.
MATHEMATICA
f[p_, e_] := p^(2^(-1 + Position[Reverse @ IntegerDigits[e, 2], _?(# == 1 &)])); nisigma[1] = 0; nisigma[n_] := DivisorSigma[1, n] - Times @@ (Flatten @ (f @@@ FactorInteger[n]) + 1); Select[Range[500000], nisigma[#] == # &]
CROSSREFS
Sequence in context: A188152 A353782 A367363 * A210300 A210293 A203915
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Sep 20 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 07:57 EDT 2024. Contains 371698 sequences. (Running on oeis4.)