login
A102925
Imaginary part of Gaussian amicable numbers in order of increasing magnitude. See A102924 for the real part.
1
1020, 2060, -1228, 1020, -2356, 2435, 467, -4988, -6187, -5471, 4275, -6133, -5251, 3960, -8280, 4606
OFFSET
1,1
MATHEMATICA
s[z_Complex] := DivisorSigma[1, z]-z; nn=10000; lst={}; Do[d=a^2+b^2; If[d<nn^2, z=a+b*I; Do[If[s[s[z]]==z, AppendTo[lst, {d, z}]]; z=z*I, {4}]], {a, nn}, {b, nn}]; Im[Transpose[Sort[lst]][[2]]]
CROSSREFS
Sequence in context: A104444 A157510 A015160 * A216115 A024020 A069791
KEYWORD
sign
AUTHOR
T. D. Noe, Jan 19 2005
STATUS
approved