OFFSET
1,3
COMMENTS
FORMULA
Inverse Möbius transform of a triangular matrix with A007427 in the main diagonal and the rest zeros.
EXAMPLE
First few rows of the triangle are:
1;
1, -2;
1, 0, -2;
1, -2, 0, 1;
1, 0, 0, 0, -2;
1, -2, -2, 0, 0, 4;
1, 0, 0, 0, 0, 0, -2;
1, -2, 0, 1, 0, 0, 0, 0;
1, 0, -2, 0, 0, 0, 0, 0, 1;
...
CROSSREFS
KEYWORD
tabl,sign
AUTHOR
Gary W. Adamson, May 06 2007
STATUS
approved