login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064591 Nonunitary perfect numbers: n is the sum of its nonunitary divisors; i.e. sigma(n) - usigma(n) = n. 9
24, 112, 1984, 32512, 134201344, 34359476224, 549754765312 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

If P is an even perfect number, then 4P is in the sequence. Are there any others?

EXAMPLE

The sum of the nonunitary divisors of 24 is 2+4+6+12 = 24.

MATHEMATICA

nusigma[ n_ ] := DivisorSigma[ 1, n ]-Times@@(1+Power@@#&/@FactorInteger[ n ]); For[ n=1, True, n++, If[ nusigma[ n ]==n, Print[ n ] ] ]

CROSSREFS

Cf. A048146, A064592, A064593, A064594, A064595, A064596, A064597, A064598, A064599, A063870.

Sequence in context: A103473 A162451 A064595 * A124952 A126411 A137799

Adjacent sequences:  A064588 A064589 A064590 * A064592 A064593 A064594

KEYWORD

nonn,hard

AUTHOR

Dean Hickerson (dean.hickerson(AT)yahoo.com), Sep 25, 2001

EXTENSIONS

There are no others up to 1.2*10^14.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 22:36 EST 2012. Contains 205567 sequences.