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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102924 Real part of Gaussian amicable numbers in order of increasing magnitude. See A102925 for the imaginary part. 1
-1105, -1895, -2639, -3235, -3433, -3970, -4694, -3549, -766, -4478, -6880, 5356, -6468, 8008, 4232, -8547 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

For a Gaussian integer z, let the sum of the proper divisors be denoted by s(z) = sigma(z)-z, where sigma(z) is sum of the divisors of z, as defined by Spira for Gaussian integers. Then z is an amicable Gaussian number if z and s(z) are different and z = s(s(z)). The smallest Gaussian amicable number in the first quadrant is 8008+3960i.

REFERENCES

Robert Spira, The complex sum of divisors, Amer. Math. Monthly, Vol. 68, No. 2 (Feb. 1961), 120-124.

LINKS

Eric Weisstein's World of Mathematics, Amicable Pair

EXAMPLE

For z=-1105+1020i, we have s(z)=-2639-1228i and s(s(z))=z.

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}]; Re[Transpose[Sort[lst]][[2]]]

CROSSREFS

Cf. A102506 (Gaussian multiperfect numbers), A102531 (absolute Gaussian perfect numbers).

Sequence in context: A052155 A097102 A159781 * A083738 A180296 A157376

Adjacent sequences:  A102921 A102922 A102923 * A102925 A102926 A102927

KEYWORD

sign

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Jan 19 2005

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.