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!)
A064596 Smallest nonunitary multiperfect number of index n; i.e., smallest k such that sigma(k) - usigma(k) = nk. 5
1, 24, 2520, 186076800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
4.5*10^14 < a(4) <= 1081895452249824576000.
LINKS
MATHEMATICA
nusigma[ n_ ] := DivisorSigma[ 1, n ]-Times@@(1+Power@@#&/@FactorInteger[ n ]); a[ n_ ] := For[ k=1, True, k++, If[ nusigma[ k ]==n k, Return[ k ] ] ]
CROSSREFS
Sequence in context: A336864 A008977 A159392 * A217971 A296652 A092706
KEYWORD
nonn,hard,more
AUTHOR
Dean Hickerson, Sep 25 2001
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 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)