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!)
A233773 Triangle read by rows in which row n lists the proper divisors of n together with -n. 2
-1, 1, -2, 1, -3, 1, 2, -4, 1, -5, 1, 2, 3, -6, 1, -7, 1, 2, 4, -8, 1, 3, -9, 1, 2, 5, -10, 1, -11, 1, 2, 3, 4, 6, -12, 1, -13, 1, 2, 7, -14, 1, 3, 5, -15, 1, 2, 4, 8, -16, 1, -17, 1, 2, 3, 6, 9, -18, 1, -19, 1, 2, 4, 5, 10, -20, 1, 3, 7, -21, 1, 2, 11, -22, 1, -23 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
The same as A027750 but with the last term of every row multiplied by -1.
The sum of row n gives the abundance of n.
LINKS
Eric Weisstein's World of Mathematics, Abundance
Eric Weisstein's World of Mathematics, Quasiperfect Number
EXAMPLE
Written as an irregular triangle in which row n has length A000005(n) the sequence begins:
-1;
1, -2;
1, -3;
1, 2, -4;
1, -5;
1, 2, 3, -6;
1, -7;
1, 2, 4, -8;
1, 3, -9;
1, 2, 5, -10;
1, -11;
1, 2, 3, 4, 6, -12;
...
MATHEMATICA
Flatten[Table[Join[{Most[Divisors[n]]}, {-n}], {n, 30}]] (* Harvey P. Dale, Feb 20 2016 *)
CROSSREFS
Row sums give A033880.
Sequence in context: A162306 A348135 A368194 * A027750 A275055 A254679
KEYWORD
sign,tabf
AUTHOR
Omar E. Pol, Dec 31 2013
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 May 9 01:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)