|
|
A007992
|
|
Augmented amicable pairs (smaller member of each pair).
|
|
8
|
|
|
6160, 12220, 23500, 68908, 249424, 425500, 434784, 649990, 660825, 1017856, 1077336, 1238380, 1252216, 1568260, 1754536, 2166136, 2362360, 2482536, 2537220, 2876445, 3957525, 4177524, 4287825, 5224660, 5559510, 5641552
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
Let f(n) = 1 + sum of aliquot divisors of n; these are pairs (n,m) with f(n)=m, f(m)=n.
|
|
LINKS
|
|
|
MATHEMATICA
|
aapQ[n_]:=Module[{c=DivisorSigma[1, n]+1-n}, c!=n&&DivisorSigma[ 1, c]+1-c == n]; Transpose[Union[Sort[{#, DivisorSigma[1, #]+1-#}]&/@Select[Range[ 6000000], aapQ]]] [[1]] (* Harvey P. Dale, May 18 2012 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,nice
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|