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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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

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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)