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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064595 Nontrivial nonunitary multiply perfect numbers: the sum of the nonunitary divisors of n is a positive multiple of n; i.e. (sigma(n) - usigma(n))/n is a positive integer. 5
24, 112, 1984, 2520, 31320, 32512, 1163160, 2208384, 3053232, 6535296, 13472928, 123165600, 134201344, 186076800, 365959296, 3456573120, 4401782352, 5517818880, 18924364800, 34359476224, 325377803520 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

CROSSREFS

Cf. A048146, A064591, A064592, A064593, A064594, A064596.

Sequence in context: A101862 A103473 A162451 * A064591 A124952 A126411

Adjacent sequences:  A064592 A064593 A064594 * A064596 A064597 A064598

KEYWORD

nonn,hard

AUTHOR

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

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 17 16:38 EST 2012. Contains 206058 sequences.