cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A233772 Triangle read by rows in which row n lists n together with the proper divisors of n multiplied by -1 in increasing order.

Original entry on oeis.org

1, 2, -1, 3, -1, 4, -2, -1, 5, -1, 6, -3, -2, -1, 7, -1, 8, -4, -2, -1, 9, -3, -1, 10, -5, -2, -1, 11, -1, 12, -6, -4, -3, -2, -1, 13, -1, 14, -7, -2, -1, 15, -5, -3, -1, 16, -8, -4, -2, -1, 17, -1
Offset: 1

Views

Author

Omar E. Pol, Jan 03 2014

Keywords

Comments

The same as A056538 but with all terms multiplied by -1 from the second column.
The sum of row n gives the deficiency of n.

Examples

			Written as an irregular triangle in which row n has length A000005(n) the sequence begins:
1;
2, -1;
3, -1;
4, -2, -1;
5, -1;
6, -3, -2, -1;
7, -1;
8, -4, -2, -1;
9, -3, -1;
10, -5, -2, -1;
11, -1;
12, -6, -4, -3, -2, -1;
...
		

Crossrefs