A233772 Triangle read by rows in which row n lists n together with the proper divisors of n multiplied by -1 in increasing order.
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
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; ...
Comments