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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101367 Perfect Abs. Real part of complex z such that Abs[(Total[Divisors[z]]-z)]=Abs[z]. 4
5, 3, 19, 15, 29, 6, 74, 19, 111, 147, 185, 91, 197, 269, 122, 159, 72, 827, 1487, 2903, 968, 999, 702, 5803, 326, 2474, 7871 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Having Perfect Abs is not as good as being Perfect. A complex number can also have Abundant Abs or Deficient Abs.

EXAMPLE

The divisors for 269+92i are: 1, 2+I, 3+4i, 6+5i, 7+2i, 7+16i, 12+11i, 13+34i, 17+126i, 32+47i, 39+2i, 269+92i. The (sum - k) is 139+248i. Abs[139+248i] == Abs[269+92i]

MATHEMATICA

Re[Sort[Select[Flatten[Table[a + b I, {a, 1, 500}, {b, 1, 500}]], Abs[Total[Divisors[ # ]] - # ] == Abs[ # ] &], Abs[ #1] < Abs[ #2] &]

CROSSREFS

Cf. A101366, A102527, A102531, A102532, A102506, A102507.

Sequence in context: A073845 A169697 A092525 * A049457 A061037 A070262

Adjacent sequences:  A101364 A101365 A101366 * A101368 A101369 A101370

KEYWORD

nonn

AUTHOR

Ed Pegg Jr (ed(AT)mathpuzzle.com), Jan 13 2005

EXTENSIONS

Ten more terms from Hans Havermann (gladhobo(AT)teksavvy.com), Jan 15 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 14 17:52 EST 2012. Contains 205651 sequences.