OFFSET
1,6
COMMENTS
The sum of terms of row n is equal to the leftmost term of row n+1. It appears that this sequence is related to the generalized heptagonal numbers A085787, A195827 and A036820 in the same way as A175003 is related to the generalized pentagonal numbers A001318, A195310 and A000041. It appears that row sums give A036820. See comments in A195825.
EXAMPLE
Written as a triangle:
. 1;
. 1;
. 1;
. 1, 1;
. 2, 1;
. 3, 1;
. 4, 1, -1;
. 4, 2, -1;
. 5, 3, -1;
. 7, 4, -1;
. 10, 4, -2;
. 12, 5, -3;
. 14, 7, -4, -1;
. 16, 10, -4, -1;
. 21, 12, -5, -1;
. 27, 14, -7, -1;
. 33, 16, -10, -2;
. 37, 21, -12, -3, 1;
. 44, 27, -14, -4, 1;
. 54, 33, -16, -4, 1;
CROSSREFS
KEYWORD
sign,tabf
AUTHOR
Omar E. Pol, Sep 24 2011
STATUS
approved